diff options
author | Oxbian <got.dacs@slmail.me> | 2023-06-19 14:22:26 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-06-19 14:22:26 +0200 |
commit | 5c9f71e376c5ca7334aa3d884c34413b2efacb0d (patch) | |
tree | d7a52d6e3905ae32c737702559e540108a94e7b4 | |
parent | 9c946f8f786137aeabfe005f2865043183838876 (diff) | |
download | vimrc-5c9f71e376c5ca7334aa3d884c34413b2efacb0d.tar.gz vimrc-5c9f71e376c5ca7334aa3d884c34413b2efacb0d.zip |
Update readme
-rw-r--r-- | readme.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -18,10 +18,16 @@ Oh and remove neovim, it make some problems with vim. ## Plugins This config has just the necessarry plugins installed: - -- [Vim gitgutter](https://github.com/airblade/vim-gitgutter) to see diff between files with git. +- [OneDark](https://github.com/joshdick/onedark.vim) onedark theme. +- [Vim Airline](https://github.com/vim-airline/vim-airline) Vim statusline. +- [NerdTree](https://github.com/preservim/nerdtree) to have a filetree in vim. +- [Vim devicons](https://github.com/ryanoasis/vim-devicons) language icons for vim. + [Vim gitgutter](https://github.com/airblade/vim-gitgutter) to see diff between files with git. - [Vim fugitive](https://github.com/tpope/vim-fugitive) to be able to use some powerful git commands in git. -- +- [ALE](https://github.com/dense-analysis/ale) vim linter, autocompleter, a swiss knife for all the LSP things. +- [Vim vsnip](https://github.com/hrsh7th/vim-vsnip/tree/master) vscode snippets for vim. +- [Vim friendly snippets](https://github.com/rafamadriz/friendly-snippets) vim snippets collection in vscode format. + ## Command & keybinds ### General |