Added some more stuff to neovim lua config

This commit is contained in:
Uttarayan Mondal
2021-05-13 20:34:42 +05:30
parent e8189ba975
commit 76f211a525
8 changed files with 142 additions and 50 deletions

View File

@@ -0,0 +1,6 @@
local lspconfig = require'lspconfig'
lspconfig.pyls.setup{
cmd = { "pyls" },
filetypes = { "python" },
}