commit f73f420035b426e317b2efe9eefdaff8b219fd3c (tree)
parent e7dcf18d155ef33124fdf862288b5bdcf82e198a
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Fri, 23 Sep 2022 16:21:58 +0300
vim: go-code instructions
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
@@ -1,3 +1,7 @@
+if $VIM_PATH != ""
+ let $PATH = $VIM_PATH
+endif
+
syntax on
filetype plugin indent on
set et ts=4 sw=4 sws=4 nu hlsearch ruler ignorecase smartcase nomodeline bg=dark incsearch