dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

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:
Mvim/.vim/vimrc | 4++++
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