dotfiles/config/nvim
2020-12-13 14:05:56 +02:00
..
init.vim Add vifm config & theme, update qtile config & autostart, nvim config, kitty config 2020-12-13 14:05:56 +02:00
README.md 📝 Add keyboard indecator for qtile, dmne theme for rofi. Update nvim, ranger 2020-12-11 19:39:37 +02:00
screen.png 📝 Add keyboard indecator for qtile, dmne theme for rofi. Update nvim, ranger 2020-12-11 19:39:37 +02:00

nvim

To manage plugins, I use vim plug. I use the following plugins:

  • nten16.vim: Colorschemes
  • lightline: Status bar
  • vim-indent-guides: Visually displaying indent levels
  • vim-easymotion: Fast navigation
  • nerdtree: File manager
  • vim-devicons: Icons for nerdtree
  • ctrlp.vim: File saecher
  • auto-pairs: Close brackets, parens, quotes
  • coc.nvim: Instant completion
  • emmet-vim: Emmet :D
  • vim-javascript: Syntax support for JS
  • i3-vim-syntax: Syntax support for i3
  • sxhkd-vim: Syntax support for sxhkd
  • vim-scheme: Syntax support for scheme
  • scss-syntax.vim: Syntax support for scss
  • vim-fist: Syntax support for fish
  • vim-css-color: Color name highlighter
  • vim-markdown: Syntax support for fish
  • markdown-preview.nvim: Preview markdown in real-time
  • vim-table-mode: Automatic markdown table creator & formatter