feat: initial commit; NixOS Era
This commit is contained in:
5
pkgs/neovim/lsp/ts_ls.lua
Normal file
5
pkgs/neovim/lsp/ts_ls.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'typescript-language-server', '--stdio' },
|
||||
filetypes = { 'typescript', 'javascript' },
|
||||
root_markers = { 'package.json', 'tsconfig.json' },
|
||||
}
|
||||
Reference in New Issue
Block a user