Vim Plugins
Before installing a plugin try to do it the pure Vim way.
Utility
vim-surround - quoting/parenthesizing made simple.
vim-fugitive - a Git wrapper.
supertab - perform all your vim insert mode completions with Tab.
auto-pairs - insert or delete brackets, parens, quotes in pair.
tcomment_vim - easy to use, file-type sensible comments for Vim.
neoclide/coc.nvim - load extensions like VSCode and host language servers.
emmet-vim - support for expanding HTM abbreviations.
mhinz/vim-startify - a starter screen, useful for bookmarks
nvim-lualine/lualine.nvim - a blazing fast and easy to configure neovim statusline plugin
Navigation
nvim-telescope/telescope.nvim - Find, Filter, Preview, Pick.
nvim-telescope/telescope-fzf-native.nvim - FZF sorter for telescope
christoomey/vim-tmux-navigator - seamless navigation between tmux panes and vim splits
karb94/neoscroll.nvim - smooth scrolling
Colors
nvim-treesitter/nvim-treesitter - a tree-sitter interface for Neovim for highlighting
kyazdani42/nvim-web-devicons - pretty icons and colors
dracula/vim - a dark 🧛 theme
EdenEast/nightfox.nvim - a soft dark, fully customizable (Neo)Vim theme, with support for lsp, treesitter and a variety of plugins.
Diagnostics
folke/trouble.nvim - pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Formatting
tabular - script for text filtering and alignment.
sbdchd/neoformat - code formatting
Writing
goyo.vim - distraction-free writing.
limelight.vim - hyperfocus-writing.
Fun
ThePrimeagen/vim-be-good - a nvim plugin to make you better at Vim Movements.
Last updated