Update neovim dotfiles

This commit is contained in:
Uttarayan Mondal
2021-10-24 20:03:36 +05:30
parent c490689105
commit 3a3b8a2bb0
12 changed files with 324 additions and 90 deletions

View File

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