From f13d4744354684c3258f56dab94f4387b89fa777 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 Oct 2025 16:31:38 +0100 Subject: Migrate to vim.lsp and removed unused package Nix+Home-manager makes mason obsolete. --- init.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c7f1455..f39e7fa 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,6 @@ local pkgs = { "nvim-lua/plenary.nvim", -- base lib "nvim-telescope/telescope.nvim", -- telescope "nvim-telescope/telescope-file-browser.nvim", -- telescope file browser - "TimUntersberger/neogit", -- magit "vimwiki/vimwiki", -- wiki "f-person/git-blame.nvim", -- more git info "nvim-mini/mini.nvim", -- provides many things @@ -40,11 +39,7 @@ local pkgs = { "akinsho/toggleterm.nvim", -- terminal "RRethy/vim-illuminate", -- hightlight use of the same word (lsp aware) "sainnhe/edge", -- light theme - "ellisonleao/gruvbox.nvim", -- light theme - "williamboman/mason.nvim", -- manages many things - "williamboman/mason-lspconfig.nvim", -- glue mason and lspconfig "neovim/nvim-lspconfig", -- lsp support - "vimwiki/vimwiki", -- wiki "ray-x/go.nvim", -- go things } -- stylua: ignore end -- cgit v1.2.3