Files
neovim-config/lua/pleb/plugins.lua
T
2026-05-29 01:44:32 +02:00

12 lines
526 B
Lua

vim.pack.add({
"https://github.com/nvim-treesitter/nvim-treesitter",
"https://github.com/neovim/nvim-lspconfig",
"https://github.com/hrsh7th/nvim-cmp",
"https://github.com/hrsh7th/cmp-nvim-lsp",
"https://github.com/nvim-lua/plenary.nvim",
"https://github.com/nvim-telescope/telescope.nvim",
"https://github.com/numToStr/Comment.nvim",
{ src = "https://github.com/j-hui/fidget.nvim", event = "LspAttach" },
{ src = "https://github.com/catppuccin/nvim", name = "catppuccin" },
})