aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGabriel A. Giovanini <g.giovanini@gridx.de>2025-12-06 15:25:27 +0100
committerGabriel A. Giovanini <g.giovanini@gridx.de>2025-12-06 15:25:27 +0100
commit195dd51d5ddeb274bc387ee2f082cd0e91b71845 (patch)
tree7c21ba04355fb4330bf2596e97dfa59f57205f58 /init.lua
parentd5d80f71623aa5c13f7f21eeb602b60ffbc92fa6 (diff)
downloadgabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.tar.gz
gabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.tar.bz2
gabrielgio.lua-195dd51d5ddeb274bc387ee2f082cd0e91b71845.zip
Move things to mini.nvimHEADmaster
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/init.lua b/init.lua
index 2dca372..1467fdf 100644
--- a/init.lua
+++ b/init.lua
@@ -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