From f7cd127ad1407e290a353a5e69c4a8713e94b70f Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 19 May 2025 08:57:20 -0500 Subject: fix(nvim): add small updates --- dot_config/nvim/lua/plugins/lsp.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dot_config/nvim/lua/plugins') 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, }, -- cgit v1.2.3