nvim/lua/plugins/init.lua

52 lines
1.1 KiB
Lua
Raw Normal View History

return {
2024-04-11 18:06:27 +00:00
"pbrisbin/vim-mkdir",
"fladson/vim-kitty",
"tpope/vim-repeat",
"tpope/vim-surround",
"tpope/vim-characterize",
"tpope/vim-commentary",
2024-03-15 14:15:26 +00:00
{ "chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim" },
-- ic / ac
2024-03-15 14:15:26 +00:00
{
2024-04-11 18:06:27 +00:00
"glts/vim-textobj-comment",
dependencies = { "kana/vim-textobj-user" },
},
-- ii / ai
2024-04-11 18:06:27 +00:00
"michaeljsmith/vim-indent-object",
"neovim/nvim-lspconfig",
2024-03-15 14:15:26 +00:00
{
2024-04-11 18:06:27 +00:00
"nvim-telescope/telescope.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
},
2024-03-15 14:15:26 +00:00
{
2024-04-11 18:06:27 +00:00
"ray-x/lsp_signature.nvim",
config = function()
2024-04-11 18:06:27 +00:00
require("lsp_signature").setup({})
2023-06-27 09:52:49 +00:00
end,
},
2024-04-11 18:06:27 +00:00
"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",
2024-04-29 09:50:29 +00:00
--"vim-pandoc/vim-pandoc",
--"vim-pandoc/vim-pandoc-syntax",
2024-04-11 18:06:27 +00:00
"isobit/vim-caddyfile",
"Glench/Vim-Jinja2-Syntax",
"GEverding/vim-hocon",
"nfnty/vim-nftables",
"nfnty/vim-nftables",
"Everduin94/nvim-quick-switcher",
}
-- 'powerman/vim-plugin-AnsiEsc',