dotfiles/private_dot_config/nvim/lua/provider/lsp.lua
2024-05-25 00:10:39 +02:00

10 lines
220 B
Lua

require('lspconfig').basedpyright.setup {
cmd = {
require('variables.paths').python .. 'basedpyright-langserver',
'--stdio',
}
}
require('lspconfig').tsserver.setup {}
require('lspconfig').rust_analyzer.setup {}