mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added html autotags
This commit is contained in:
parent
a7b22a413f
commit
a8e922730a
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,7 @@ in
|
|||
};
|
||||
html.enable = true;
|
||||
tsserver.enable = true;
|
||||
cssls.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -184,6 +185,7 @@ in
|
|||
openOnSetup = true;
|
||||
};
|
||||
|
||||
ts-autotag.enable = true;
|
||||
nvim-autopairs = {
|
||||
enable = true;
|
||||
checkTs = true;
|
||||
|
@ -200,6 +202,7 @@ in
|
|||
"go"
|
||||
"html"
|
||||
"json"
|
||||
"css"
|
||||
];
|
||||
};
|
||||
rainbow-delimiters.enable = true;
|
||||
|
|
Loading…
Reference in a new issue