nvim: update things

This commit is contained in:
2023-07-08 22:10:21 +03:00
parent 609480eea2
commit ddf39d17da
2 changed files with 19 additions and 18 deletions

View File

@ -3,7 +3,8 @@ return {
"neovim/nvim-lspconfig",
config = function()
lsp = require("lspconfig")
lsp.pyright.setup({})
-- lsp.pyright.setup({})
lsp.pylyzer.setup({})
lsp.gopls.setup({})
lsp.rust_analyzer.setup({})
lsp.clangd.setup({})