mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
tried to add templ tag closing
This commit is contained in:
parent
a8e922730a
commit
df788c1ced
1 changed files with 4 additions and 1 deletions
|
@ -185,7 +185,10 @@ in
|
|||
openOnSetup = true;
|
||||
};
|
||||
|
||||
ts-autotag.enable = true;
|
||||
ts-autotag = {
|
||||
enable = true;
|
||||
filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ];
|
||||
};
|
||||
nvim-autopairs = {
|
||||
enable = true;
|
||||
checkTs = true;
|
||||
|
|
Loading…
Reference in a new issue