lsp config for nvim
This commit is contained in:
7
vim/plugin/newt-lsp.lua
Normal file
7
vim/plugin/newt-lsp.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
vim.lsp.config['newt_ls'] = {
|
||||
-- we'll change this to a newt-lsp wrapper later
|
||||
cmd = { 'node', 'newt-vscode-lsp/dist/lsp.js', '--stdio' },
|
||||
filetypes = { 'newt' },
|
||||
root_markers = { '.git' }
|
||||
}
|
||||
vim.lsp.enable('newt_ls')
|
||||
Reference in New Issue
Block a user