Skip to content

ajmwagar/vim-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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