mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
neovim(python): Use basedpyright for LSP & ruff for linting &
formatting
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
-- Step 4: Return a lua table containing required lsp config in it
|
||||
-- NOTE: Only LSPs here, NOT linters or formatter
|
||||
vim.lsp.enable({
|
||||
"basedpyright",
|
||||
"bashls",
|
||||
"cssls",
|
||||
"docker_compose_language_service",
|
||||
@@ -14,7 +15,6 @@ vim.lsp.enable({
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
"marksman",
|
||||
"pylsp",
|
||||
"taplo",
|
||||
"trivy",
|
||||
"ts_ls",
|
||||
|
||||
Reference in New Issue
Block a user