modules/typescript-tools: enable lspconfig by default to apply default configs
This commit is contained in:
parent
68f4e978a7
commit
328ed67299
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
plugins.language-server.lspconfig.enable = true;
|
||||
|
||||
plugin.plenary-nvim = { };
|
||||
|
||||
plugin.typescript-tools-nvim = {
|
||||
|
|
Loading…
Reference in a new issue