plugin stuff
This commit is contained in:
parent
0563865360
commit
2c0362678f
5 changed files with 152 additions and 96 deletions
|
@ -1,63 +1,51 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
'pbrisbin/vim-mkdir',
|
||||
'fladson/vim-kitty',
|
||||
'tpope/vim-repeat',
|
||||
'tpope/vim-surround',
|
||||
'tpope/vim-characterize',
|
||||
'tpope/vim-commentary',
|
||||
'tpope/vim-sleuth',
|
||||
"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' }
|
||||
"glts/vim-textobj-comment",
|
||||
dependencies = { "kana/vim-textobj-user" },
|
||||
},
|
||||
-- ii / ai
|
||||
'michaeljsmith/vim-indent-object',
|
||||
'neovim/nvim-lspconfig',
|
||||
"michaeljsmith/vim-indent-object",
|
||||
"neovim/nvim-lspconfig",
|
||||
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' }
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
},
|
||||
|
||||
{
|
||||
'ray-x/lsp_signature.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',
|
||||
|
||||
{
|
||||
'lervag/vimtex',
|
||||
init = function()
|
||||
vim.g.tex_conceal = "agm"
|
||||
vim.g.vimtex_quickfix_ignorefilters = { 'overfull', 'underfull' }
|
||||
vim.g.vimtex_syntax_enabled = 0
|
||||
require("lsp_signature").setup({})
|
||||
end,
|
||||
ft = "tex",
|
||||
},
|
||||
'ledger/vim-ledger',
|
||||
'anekos/hledger-vim',
|
||||
"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',
|
||||
"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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue