add: nvim: LS for python, rust, latex
This commit is contained in:
parent
47cf7360d7
commit
f30a4822b3
1 changed files with 6 additions and 0 deletions
|
@ -324,6 +324,12 @@ lspconfig.satysfi_ls.setup {
|
||||||
}
|
}
|
||||||
-- bash
|
-- bash
|
||||||
lspconfig.bashls.setup {}
|
lspconfig.bashls.setup {}
|
||||||
|
-- python
|
||||||
|
lspconfig.pyright.setup {}
|
||||||
|
-- rust
|
||||||
|
lspconfig.rust_analyzer.setup {}
|
||||||
|
-- tex
|
||||||
|
lspconfig.texlab.setup {}
|
||||||
|
|
||||||
-- nvim-cmp setup
|
-- nvim-cmp setup
|
||||||
local cmp = require 'cmp'
|
local cmp = require 'cmp'
|
||||||
|
|
Loading…
Reference in a new issue