aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
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