diff options
| author | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-12-06 15:25:27 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <g.giovanini@gridx.de> | 2025-12-06 15:25:27 +0100 |
| commit | 195dd51d5ddeb274bc387ee2f082cd0e91b71845 (patch) | |
| tree | 7c21ba04355fb4330bf2596e97dfa59f57205f58 /init.lua | |
| parent | d5d80f71623aa5c13f7f21eeb602b60ffbc92fa6 (diff) | |
| download | gabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.tar.gz gabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.tar.bz2 gabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.zip | |
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -27,9 +27,6 @@ local pkgs = { "rcarriga/nvim-dap-ui", -- dap ui "theHamsta/nvim-dap-virtual-text", -- dap in line text "nvim-lua/plenary.nvim", -- base lib - "nvim-telescope/telescope.nvim", -- telescope - "nvim-telescope/telescope-file-browser.nvim", -- telescope file browser - "vimwiki/vimwiki", -- wiki "f-person/git-blame.nvim", -- more git info "nvim-mini/mini.nvim", -- provides many things "mhartington/formatter.nvim", -- provider formatter @@ -38,7 +35,6 @@ local pkgs = { "mbbill/undotree", -- keep track of undos "hedyhli/outline.nvim", -- symbols tree (lsp aware) "akinsho/toggleterm.nvim", -- terminal - "RRethy/vim-illuminate", -- hightlight use of the same word (lsp aware) "sainnhe/edge", -- light theme "neovim/nvim-lspconfig", -- lsp support "ray-x/go.nvim", -- go things @@ -54,11 +50,6 @@ add({ }, }) --- work related ai plugins -if vim.fn.executable("copilot") == 1 then - table.insert(pkgs, "github/copilot.vim") -end - if vim.fn.executable("claude") == 1 then table.insert(pkgs, "coder/claudecode.nvim") end |
