From 0689b127b8b392c50a6a1b779a5dec83de8a1798 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 10 Jan 2025 19:16:32 -0800 Subject: Forcibly disable vim autoindent --- home/root/common/core/vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/root/common') diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc index 9f652cd..87de2a0 100644 --- a/home/root/common/core/vim/vimrc +++ b/home/root/common/core/vim/vimrc @@ -43,5 +43,5 @@ set hlsearch " highlight all search matches set laststatus=2 set statusline=%<%f%h%m%r%=%{&ff}\ %Y\ %b\ 0x%B\ \ %l,%c%V\ %P -map :w:!clear;go run % -map :w:%! gofmt +"map :w:!clear;go run % +"map :w:%! gofmt -- cgit v1.2.3