Files
dotfiles/.config/nvim.backup/lua/plugins/peanuts.lua
2024-11-08 18:51:43 +01:00

22 lines
773 B
Lua

return {
-- not deps
{ "navarasu/onedark.nvim", cmd = "Neoconf", opts = { style = darker }},
{ "gelguy/wilder.nvim", lazy = true },
{ "xiyaowong/transparent.nvim" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate"},
{ "nvim-telescope/telescope.nvim", tag = "0.1.2", dependencies = {
"nvim-lua/plenary.nvim"
},
lazy = true
},
{ "tpope/vim-fugitive", lazy = true },
{ "lewis6991/gitsigns.nvim", lazy = true },
{ "ibhagwan/fzf-lua", lazy = true },
{ "arsham/listish.nvim", lazy = true },
{ "nanotee/sqls.nvim", lazy = true },
{ "MunifTanjim/nui.nvim", lazy = true },
-- optional
--{ "sainnhe/everforest", lazy = true },
--{ "nvim-treesitter/nvim-treesitter-textobjects" },
}