Don't use Mason for vim

This commit is contained in:
Leonora Tindall 2025-07-07 20:42:33 -05:00
parent bd31c47355
commit f9146f59fd
2 changed files with 2 additions and 16 deletions

View File

@ -36,19 +36,6 @@ vim.keymap.set('n', '<leader>fb', tbuiltin.buffers, {})
vim.keymap.set('n', '<leader>fh', tbuiltin.help_tags, {})
vim.keymap.set('n', '<leader>fs', tbuiltin.spell_suggest, {})
-- Mason (tool manager) setup
-- we want rust-analyzer and codelldb
require("mason").setup({
ui = {
icons = {
package_installed = "✔️",
package_pending = "🔄",
package_uninstalled = "🌐"
}
}
})
require("mason-lspconfig").setup()
-- General LSP settings
local sign = function(opts)
vim.fn.sign_define(opts.name, {

View File

@ -17,9 +17,8 @@
nvim-treesitter-parsers.toml
nvim-treesitter-parsers.python
jedi-vim
mason-nvim
mason-tool-installer-nvim
mason-lspconfig-nvim
nvim-lspconfig
nvim-lsputils
fzf-vim
sleuth
whitespace-nvim # ,t to trim whitespace