Skip to content

Commit

Permalink
golang tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed Jun 27, 2024
1 parent 6ea357c commit 224d1a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vimrc_2022
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set term=xterm-256color

" dir diff
"set splitbelow
"set foldlevel=99
set foldlevel=99

nnoremap <F2> :NERDTreeToggle<CR>
let g:go_version_warning = 0
Expand Down Expand Up @@ -293,6 +293,9 @@ let g:lsp_auto_enable = 0
au FileType helm set ts=2 sw=2 et
call tcomment#type#Define('helm','# %s')

""" vim-go
au FileType go set ts=4 sw=4 et


""" Trailing space remove
" https://vi.stackexchange.com/questions/454/whats-the-simplest-way-to-strip-trailing-whitespace-from-all-lines-in-a-file
Expand Down

0 comments on commit 224d1a2

Please sign in to comment.