aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-09-07 03:09:26 +0800
committercrupest <crupest@outlook.com>2024-09-07 03:09:26 +0800
commitec32328466544dca1d2b7db759ea119571080e10 (patch)
tree003c295cfd5b2615e566a07db76478aad427b906 /configs/nvim/lua/plugins.lua
parent719e7980180a83d2f23442641bbecc7c8c6f97ec (diff)
downloadcrupest-ec32328466544dca1d2b7db759ea119571080e10.tar.gz
crupest-ec32328466544dca1d2b7db759ea119571080e10.tar.bz2
crupest-ec32328466544dca1d2b7db759ea119571080e10.zip
config(nvim): create new file structure.
Diffstat (limited to 'configs/nvim/lua/plugins.lua')
-rw-r--r--configs/nvim/lua/plugins.lua32
1 files changed, 0 insertions, 32 deletions
diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua
deleted file mode 100644
index d7d0247..0000000
--- a/configs/nvim/lua/plugins.lua
+++ /dev/null
@@ -1,32 +0,0 @@
--- spellchecker: disable
-return {
- { "catppuccin/nvim", name = "catppuccin", priority = 1000 },
- "neovim/nvim-lspconfig",
- "hrsh7th/nvim-cmp",
- "hrsh7th/cmp-nvim-lsp",
- "hrsh7th/cmp-buffer",
- "hrsh7th/cmp-path",
- "hrsh7th/cmp-cmdline",
- "L3MON4D3/LuaSnip",
- "saadparwaiz1/cmp_luasnip",
- {
- "nvim-lualine/lualine.nvim",
- dependencies = { 'nvim-tree/nvim-web-devicons' }
- },
- {
- "nvim-telescope/telescope.nvim",
- dependencies = { 'nvim-lua/plenary.nvim' }
- },
- "windwp/nvim-autopairs",
- "mfussenegger/nvim-lint",
- "akinsho/toggleterm.nvim",
- "lewis6991/gitsigns.nvim",
- {
- "nvim-neo-tree/neo-tree.nvim",
- dependencies = {
- "nvim-lua/plenary.nvim",
- "nvim-tree/nvim-web-devicons",
- "MunifTanjim/nui.nvim",
- },
- },
-}