From 01373ffd9997291381065d20810b51253f5fcd75 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 8 Sep 2020 11:46:39 -0300 Subject: [PATCH] Starting a NeoVim configuration --- .gitmodules | 3 +++ nvim/init.vim | 8 ++++++++ nvim/pack/colors/start/molokai | 1 + 3 files changed, 12 insertions(+) create mode 100644 nvim/init.vim create mode 160000 nvim/pack/colors/start/molokai diff --git a/.gitmodules b/.gitmodules index 1ee32b1..3155a7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/nvim/init.vim b/nvim/init.vim new file mode 100644 index 0000000..c04479b --- /dev/null +++ b/nvim/init.vim @@ -0,0 +1,8 @@ +" Colors {{{ +color molokai +let g:rehash256 = 1 +" }}} + +" Mappings {{{ +nnoremap - :Ex +" }}} diff --git a/nvim/pack/colors/start/molokai b/nvim/pack/colors/start/molokai new file mode 160000 index 0000000..c67bdfc --- /dev/null +++ b/nvim/pack/colors/start/molokai @@ -0,0 +1 @@ +Subproject commit c67bdfcdb31415aa0ade7f8c003261700a885476