Added some more stuff to neovim lua config
This commit is contained in:
6
config/nvim/lua/lsp/pyls.lua
Normal file
6
config/nvim/lua/lsp/pyls.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local lspconfig = require'lspconfig'
|
||||
|
||||
lspconfig.pyls.setup{
|
||||
cmd = { "pyls" },
|
||||
filetypes = { "python" },
|
||||
}
|
||||
Reference in New Issue
Block a user