add nvim configs
This commit is contained in:
21
.config/nvim.backup/lua/plugins/peanuts.lua
Normal file
21
.config/nvim.backup/lua/plugins/peanuts.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
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" },
|
||||
}
|
||||
Reference in New Issue
Block a user