add: nvim: LS for python, rust, latex

This commit is contained in:
qwjyh 2023-03-13 21:36:31 +09:00
parent 47cf7360d7
commit f30a4822b3

View file

@ -324,6 +324,12 @@ lspconfig.satysfi_ls.setup {
}
-- bash
lspconfig.bashls.setup {}
-- python
lspconfig.pyright.setup {}
-- rust
lspconfig.rust_analyzer.setup {}
-- tex
lspconfig.texlab.setup {}
-- nvim-cmp setup
local cmp = require 'cmp'