diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-05-19 08:57:20 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | f7cd127ad1407e290a353a5e69c4a8713e94b70f (patch) | |
| tree | 040a5aab4ebfc13a1ffecd7e8c9a9f667df9c5dd /dot_config/nvim/lua | |
| parent | 9b17e5ac2a348e0e5af9a1aababbfc91e4d86508 (diff) | |
fix(nvim): add small updates
Diffstat (limited to 'dot_config/nvim/lua')
| -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, }, |
