Files
nix-config-v2/defaults/nvim/lua/plugins/user.lua
T
2026-08-07 21:35:02 -04:00

11 lines
266 B
Lua

---@type LazySpec
return {
{ "nvim-treesitter/nvim-treesitter" },
{ "neovim/nvim-lspconfig" },
{ "kylechui/nvim-surround" },
{ "nvim-neo-tree/neo-tree.nvim" },
{ "akinsho/toggleterm.nvim" },
{ "nvimtools/none-ls.nvim" },
{ "rebelot/heirline.nvim" },
}