mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added missing filetype
This commit is contained in:
parent
fb6bd3c116
commit
a7b22a413f
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,10 @@ in
|
|||
mapleader = " ";
|
||||
};
|
||||
|
||||
filetype.extension = {
|
||||
templ = "templ";
|
||||
};
|
||||
|
||||
options = {
|
||||
autoindent = true;
|
||||
expandtab = true;
|
||||
|
@ -167,6 +171,7 @@ in
|
|||
};
|
||||
templ = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
installLanguageServer = true;
|
||||
};
|
||||
html.enable = true;
|
||||
|
|
Loading…
Reference in a new issue