/vim-conf

📓 My vim files...

Primary LanguageVim Script

vim-conf

📓 My (neo)vim files...

Plugins

  • coc.nvim: LSP integration and autocomplete
  • vim-deus: my custom colorscheme
  • ALE: Async. Linting Engine
  • lightline: A nice looking statusline and bufferline
  • vim-polyglot: The best syntax pack in the west
  • vim-fugitive: Git integration
  • ack and fzf + ripgrep = Very fast fuzzy searching

Installation

Neovim

  1. git clone https://github.com/ajmwagar/vim-conf.git ~/.config/nvim
  2. nvim
  3. :PackUpdate

Vim 8

  1. git clone https://github.com/ajmwagar/vim-conf.git ~/.vim
  2. mv ~/.vim/init.vim ~/.vimrc
  3. vim
  4. :PackUpdate