2023-08-21 09:56:16 +00:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"ellisonleao/gruvbox.nvim",
|
|
|
|
config = function()
|
|
|
|
vim.cmd.colorscheme("gruvbox")
|
|
|
|
end
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"ggandor/leap.nvim",
|
|
|
|
config = function()
|
2023-08-29 02:15:39 +00:00
|
|
|
require("leap").add_default_mappings()
|
2023-08-21 09:56:16 +00:00
|
|
|
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
|
|
|
|
end
|
|
|
|
},
|
|
|
|
|
|
|
|
{ "abecodes/tabout.nvim", dependencies = { "nvim-treesitter" }, config = true },
|
|
|
|
|
|
|
|
{ "numToStr/Comment.nvim", config = true },
|
|
|
|
{ "nvim-lualine/lualine.nvim", config = true },
|
|
|
|
{ "windwp/nvim-autopairs", config = true },
|
|
|
|
|
2023-08-27 04:03:13 +00:00
|
|
|
"fladson/vim-kitty",
|
2023-08-29 02:15:39 +00:00
|
|
|
"tpope/vim-unimpaired",
|
|
|
|
"neovim/nvim-lspconfig"
|
2023-08-21 09:56:16 +00:00
|
|
|
}
|