Browse Source

Starting a NeoVim configuration

master
Julio Biason 4 years ago
parent
commit
01373ffd99
  1. 3
      .gitmodules
  2. 8
      nvim/init.vim
  3. 1
      nvim/pack/colors/start/molokai

3
.gitmodules vendored

@ -40,3 +40,6 @@
[submodule "vim/pack/colors/start/molokai"]
path = vim/pack/colors/start/molokai
url = https://github.com/tomasr/molokai.git
[submodule "nvim/pack/colors/start/molokai"]
path = nvim/pack/colors/start/molokai
url = https://github.com/tomasr/molokai.git

8
nvim/init.vim

@ -0,0 +1,8 @@
" Colors {{{
color molokai
let g:rehash256 = 1
" }}}
" Mappings {{{
nnoremap - :Ex<CR>
" }}}

1
nvim/pack/colors/start/molokai

@ -0,0 +1 @@
Subproject commit c67bdfcdb31415aa0ade7f8c003261700a885476
Loading…
Cancel
Save