summaryrefslogtreecommitdiffstats
path: root/plugin/00-plugins.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-11 20:05:14 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-11 20:21:49 +0200
commitb202753390bb7f9e37e289cad0cec2341781de83 (patch)
treefdc2028c88cb7e0596cfd967897c715233adb73f /plugin/00-plugins.lua
parent94087c1bda9dc3f64710174c3e1da264a821d438 (diff)
downloadnvim-config-b202753390bb7f9e37e289cad0cec2341781de83.tar.gz
nvim-config-b202753390bb7f9e37e289cad0cec2341781de83.zip
refactor(nvim): sort list and rename file
Diffstat (limited to 'plugin/00-plugins.lua')
-rw-r--r--plugin/00-plugins.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugin/00-plugins.lua b/plugin/00-plugins.lua
deleted file mode 100644
index 625e8c2..0000000
--- a/plugin/00-plugins.lua
+++ /dev/null
@@ -1,19 +0,0 @@
---
--- Remote plugins installation
---
-
-vim.pack.add({
- "https://github.com/tpope/vim-surround", -- Manipulate delimiters
- "https://github.com/nvim-treesitter/nvim-treesitter", -- Parsers, highlighting (treesitter, markdown)
- "https://github.com/maxmx03/solarized.nvim", -- Solarized color scheme
- "https://github.com/neovim/nvim-lspconfig", -- LSP server configurations
- "https://github.com/mfussenegger/nvim-dap", -- DAP (Debug Adapter Protocol) client
- "https://github.com/jbyuki/one-small-step-for-vimkind", -- DAP adapter for Neovim Lua
- "https://github.com/nvim-tree/nvim-web-devicons", -- File-type icons (lualine, fzf-lua, render-markdown)
- "https://github.com/nvim-lualine/lualine.nvim", -- Status line
- "https://github.com/windwp/nvim-autopairs", -- Insert matching delimiters
- "https://github.com/airblade/vim-gitgutter", -- Show git status in the gutter
- "https://github.com/MeanderingProgrammer/render-markdown.nvim", -- Markdown rendering
- "https://github.com/ibhagwan/fzf-lua", -- Fuzzy finder
- "https://github.com/qadzek/link.vim", -- Tidy URLs into a dedicated section (markdown)
-})