mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: disable automatic alignment
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
" Settings
|
||||
let g:neoformat_try_node_exe = 1
|
||||
let g:neoformat_run_all_formatters = 1
|
||||
let g:neoformat_basic_format_align = 1 " Enable alignment
|
||||
let g:neoformat_basic_format_align = 0 " Disable alignment
|
||||
let g:neoformat_basic_format_retab = 1 " Enable tab to spaces conversion
|
||||
let g:neoformat_basic_format_trim = 1 " Enable trimmming of trailing whitespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user