diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 23:48:41 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 23:48:41 +0900 |
commit | 7cbefbb9acea27c18718d32a3c20b87886971e8a (patch) | |
tree | c0ffa3090f548776f75667105086e923a7d5411e /plugins.vim | |
parent | 6504a7df972c7a937ab58b103edb8c8f3ebb594b (diff) | |
download | nvim-7cbefbb9acea27c18718d32a3c20b87886971e8a.tar.gz nvim-7cbefbb9acea27c18718d32a3c20b87886971e8a.zip |
Add the remaining plugin-settings
Diffstat (limited to 'plugins.vim')
-rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index feb3ef5..70c559b 100644 --- a/plugins.vim +++ b/plugins.vim @@ -39,7 +39,7 @@ Plug 'https://github.com/numtostr/Comment.nvim' " Smart and powerful comment plu Plug 'https://github.com/tpope/vim-abolish' " Easily search for, substitute, and abbreviate multiple variants of a word. Plug 'https://github.com/bfredl/nvim-miniyank' " Killring-alike plugin for neovim and vim 8 with no default mappings. Plug 'https://github.com/sophacles/vim-processing' " For processing.org -Plug 'https://github.com/alvan/vim-closetag' " Auto close (X)HTML tags. +Plug 'https://github.com/windwp/nvim-ts-autotag' " Use treesitter to auto close and auto rename html tag Plug 'https://github.com/dylanaraps/wal.vim' " Generate and change colorschemes on the fly. Plug 'https://github.com/dkprice/vim-easygrep' " Fast and Easy Find and Replace Across Multiple Files. Plug 'https://github.com/lambdalisue/suda.vim' " An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows. |