11 lines
266 B
Lua
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" },
|
|
}
|