Files
nix-config-v2/defaults/nvim/lua/plugins/user.lua
T

11 lines
266 B
Lua
Raw Normal View History

2024-09-14 12:38:56 -04:00
---@type LazySpec
return {
2026-08-07 21:35:02 -04:00
{ "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" },
2024-09-14 12:38:56 -04:00
}