diff options
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/lsp.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_config/nvim/lua/plugins/lsp.lua b/dot_config/nvim/lua/plugins/lsp.lua index 1c7acc7..8ed54a3 100644 --- a/dot_config/nvim/lua/plugins/lsp.lua +++ b/dot_config/nvim/lua/plugins/lsp.lua @@ -164,7 +164,7 @@ return { } require("mason-lspconfig").setup({ - ensure_installed = { "ruff", "lua_ls" }, + automatic_enable = { "basedpyright", "ruff", "lua_ls" }, handlers = { -- this first function is the "default handler" -- it applies to every language server without a "custom handler" @@ -184,7 +184,6 @@ return { end, }, }) - vim.lsp.inlay_hint.enable() end, }, |
