Compare commits

...

2 Commits

Author SHA1 Message Date
3c49890f1d
Added the ebuild settings in the neovim
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2022-11-27 14:11:36 +01:00
6c1d71d65c
Added the commit with signoff
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2022-11-27 01:26:19 +01:00
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,5 @@
gui:
mainPanelSplitMode: "horizontal"
git:
commit:
signOff: true

View File

@ -605,6 +605,9 @@ au BufNewFile,BufRead *.conf setfiletype conf
" Mikrotik
au BufNewFile,BufRead *.mikrotik setfiletype routeros
" Ebuild
au BufNewFile,BufRead,BufWritePre *.ebuild let g:shfmt_extra_args = '-ci -sr -s'
" Automatically deletes all trailing whitespace and newlines at end of file on save.
autocmd BufWritePre * %s/\s\+$//e
autocmd BufWritepre * %s/\n\+\%$//e