diff options
| author | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-10-30 16:31:38 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-10-30 16:31:38 +0100 |
| commit | f13d4744354684c3258f56dab94f4387b89fa777 (patch) | |
| tree | 76e9b58ed82de7cab123016bce0e854f7e00ffad /init.lua | |
| parent | f4168dd73f11a896ed00180fec5b5159a4019ade (diff) | |
| download | gabrielgio.lua-f13d4744354684c3258f56dab94f4387b89fa777.tar.gz gabrielgio.lua-f13d4744354684c3258f56dab94f4387b89fa777.tar.bz2 gabrielgio.lua-f13d4744354684c3258f56dab94f4387b89fa777.zip | |
Migrate to vim.lsp and removed unused package
Nix+Home-manager makes mason obsolete.
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
