1
0
Fork 0
my (n)vim configuration
  • Vim Script 75.6%
  • Lua 23.6%
  • Makefile 0.8%
Find a file
2026-03-03 21:39:52 -08:00
after helm autocmd filetype 2026-02-03 09:23:29 -08:00
doc :Edidir docs 2025-04-19 20:59:06 -07:00
pack/submodules/opt nvim-treesitter-context 2026-03-03 21:39:52 -08:00
spell added personal dictionary 2025-10-10 14:58:23 -07:00
vim less plugins 2024-06-24 21:58:19 -07:00
.gitignore clean plugins fix 2024-11-06 16:56:19 -08:00
.gitmodules nvim-treesitter-context 2026-03-03 21:39:52 -08:00
init.vim nvim-treesitter-context 2026-03-03 21:39:52 -08:00
LICENSE license 2024-09-30 10:42:27 -07:00
Makefile update-plugins 2025-04-22 14:48:43 -07:00
README.md :Edidir docs 2025-04-19 20:59:06 -07:00
root.vimrc root .vimrc 2024-11-06 16:27:07 -08:00
vimrc slight fixes for vim using this configuration 2023-06-02 18:05:59 -07:00

Eric Mrak's (neo)vim configuration

This configuration assumes you are using Neovim, but should work with Vim, too.

mkdir -p ~/.config
git clone --recursive-submodules -j8 https://github.com/mrak/dotfiles.vim ~/.config/nvim

init.vim is the entrypoint and configures plugins using the native vim plugin system. There is a symlink for vimrc pointing to init.vim. It is assumed you have a symlink at ~/.vim or ~/.config/vim pointing to ~/.config/nvim. This allows the same repository to be used for both Vim and Neovim.

Includes my personal mrak colorscheme derived from the base16 family.

See the included mrak.txt doc for more information.