commit 308196bc6a98c1190f2fabf0bd3acb05f9d4e0db Author: Camille Chauvet Date: Thu Jan 19 16:56:41 2023 +0100 init diff --git a/nvim/init.vim b/nvim/init.vim new file mode 100644 index 0000000..fea1b55 --- /dev/null +++ b/nvim/init.vim @@ -0,0 +1,68 @@ +" **************************************************************************** " +" " +" ::: :::::::: " +" init.vim :+: :+: :+: " +" +:+ +:+ +:+ " +" By: cchauvet ;t :FloatermToggle +nnoremap ;c gg/^SRCf=C= :r! find . -type f -name '*.c' \| cut -c3-Vgg/^SRCJ +nnoremap ;I :PlugInstall +nnoremap ;U :PlugUpdate +nnoremap ;c gg/^SRCSf=C= :r! find *.c -type f Vgg/^SRCSJ + +" THEME +set termguicolors +colorscheme neodark +set list listchars=tab:│· +set noshowmode + +source ~/.nvimrc diff --git a/nvim/plugged/YouCompleteMe b/nvim/plugged/YouCompleteMe new file mode 160000 index 0000000..50379d3 --- /dev/null +++ b/nvim/plugged/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 50379d35ddc38ee3651f568d080442d5e4cb4a3a