52 lines
1.1 KiB
Lua
52 lines
1.1 KiB
Lua
return {
|
|
"pbrisbin/vim-mkdir",
|
|
"fladson/vim-kitty",
|
|
"tpope/vim-repeat",
|
|
"tpope/vim-surround",
|
|
"tpope/vim-characterize",
|
|
"tpope/vim-commentary",
|
|
|
|
{ "chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim" },
|
|
|
|
-- ic / ac
|
|
{
|
|
"glts/vim-textobj-comment",
|
|
dependencies = { "kana/vim-textobj-user" },
|
|
},
|
|
-- ii / ai
|
|
"michaeljsmith/vim-indent-object",
|
|
"neovim/nvim-lspconfig",
|
|
|
|
{
|
|
"nvim-telescope/telescope.nvim",
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
},
|
|
|
|
{
|
|
"ray-x/lsp_signature.nvim",
|
|
config = function()
|
|
require("lsp_signature").setup({})
|
|
end,
|
|
},
|
|
"kyazdani42/nvim-web-devicons",
|
|
"folke/trouble.nvim",
|
|
"folke/lsp-colors.nvim",
|
|
"nvim-lua/popup.nvim",
|
|
"junegunn/vim-easy-align",
|
|
"machakann/vim-highlightedyank",
|
|
"lambdalisue/suda.vim",
|
|
"jamessan/vim-gnupg",
|
|
"ledger/vim-ledger",
|
|
"anekos/hledger-vim",
|
|
|
|
"vim-pandoc/vim-pandoc",
|
|
"vim-pandoc/vim-pandoc-syntax",
|
|
"isobit/vim-caddyfile",
|
|
"Glench/Vim-Jinja2-Syntax",
|
|
"GEverding/vim-hocon",
|
|
"nfnty/vim-nftables",
|
|
"nfnty/vim-nftables",
|
|
"Everduin94/nvim-quick-switcher",
|
|
}
|
|
-- 'powerman/vim-plugin-AnsiEsc',
|