non important commit
This commit is contained in:
parent
45365a2f38
commit
832ba80672
1 changed files with 7 additions and 1 deletions
|
|
@ -68,7 +68,13 @@
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
|
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
html.enable = true;
|
html = {
|
||||||
|
enable = true;
|
||||||
|
lsp.servers = [
|
||||||
|
"superhtml"
|
||||||
|
"emmet-ls"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue