1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-18 18:42:55 +00:00
My VIM configuration including installed bundles managed by vundle
Go to file
Knut Ahlers 30d04dd0c0
Drop support for vim, focus on nvim
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-01 18:18:34 +02:00
after Automatically execute shfmt on shell script save 2018-10-15 11:34:06 +02:00
autoload Exchange vundle and neocomplete 2017-12-14 14:29:44 +01:00
bin Use a wrapper for goimports and gofmt 2018-10-17 00:23:25 +02:00
colors Added cursorline directive and adjusted color scheme 2016-02-08 17:02:05 +01:00
vim-plug@d1c19a6fa9 Update vim-plug 2019-02-26 11:31:42 +01:00
.gitignore Ignore newly created swap dir 2018-04-09 16:07:32 +02:00
.gitmodules Exchange vundle and neocomplete 2017-12-14 14:29:44 +01:00
init.vim Drop support for vim, focus on nvim 2019-04-01 18:18:34 +02:00
README.markdown Drop support for vim, focus on nvim 2019-04-01 18:18:34 +02:00

Neovim config

This repository holds my Neovim configuration including installed bundles managed by plugged.

Installation

  • Clone to ~/.config/nvim: git clone https://github.com/Luzifer/vim.git ~/.config/nvim
  • Initialize submodule: cd ~/.config/nvim && git submodule update --init
  • Initialize plugged nvim +PlugInstall +qall