diff --git a/config/nvim/init.vim b/config/nvim/init.vim new file mode 100644 index 0000000..bd614f3 --- /dev/null +++ b/config/nvim/init.vim @@ -0,0 +1,4 @@ +set tabstop=2 softtabstop=2 shiftwidth=2 expandtab smarttab autoindent +set mouse-=a +set laststatus=2 +set t_Co=256 diff --git a/config/vim/vimrc b/config/vim/vimrc deleted file mode 100644 index e409fd1..0000000 --- a/config/vim/vimrc +++ /dev/null @@ -1,6 +0,0 @@ -set viminfo+=n~/.config/vim/viminfo -set tabstop=2 -set mouse-=a -set rtp+=/usr/lib/python3.8/site-packages/powerline/bindings/vim/ -set laststatus=2 -set t_Co=256 diff --git a/profile b/profile index 99b4766..53e678e 100644 --- a/profile +++ b/profile @@ -1,8 +1,7 @@ # The city's finest exports! -export GIT_EDITOR="vim" +export GIT_EDITOR="nvim" export GPG_TTY=$(tty) export PATH="$HOME/.local/bin:$PATH" -export VIMINIT="source $HOME/.config/vim/vimrc" # Let's set up our personal routes hostname=$(hostname)