nvim-snappy/lua/lsp.lua

8 lines
101 B
Lua

vim.lsp.enable({
'ruff',
'basedpyright',
'rust_analyzer',
'lua-language-server',
'tinymist',
})