commit 8e882ad582ba0d50191271a8fc3fce9dfb7aa787 (tree)
parent 324d235f8f916e5d05190e72d6750d790b4e5c20
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Tue, 2 Jun 2020 14:28:07 +0300
vim configS
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/vim/.vim/gvimrc b/vim/.vim/gvimrc
@@ -1,4 +1,4 @@
colorscheme koehler
-set guioptions -=m "menu bar
+"set guioptions -=m "menu bar
set guioptions -=T "toolbar
set guioptions -=r "scrollbar
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
@@ -51,6 +51,9 @@ au FileType go let g:go_fmt_command = "goimports"
"au FileType go let g:go_fmt_command = "gofmt"
let $USEGO111MODULE="off"
+" strace
+au FileType strace set nonu
+
" rust
au FileType rust let g:rustfmt_autosave = 1
au FileType rust setlocal tags=./rusty-tags.vi;/,$RUST_SRC_PATH/rusty-tags.vi