remove retab format

This commit is contained in:
juan 2022-04-17 20:57:18 +08:00
parent 7180057334
commit 88e753ee4c
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ local opt = vim.o
local global = vim.g
-- look and feel
vim.opt.shortmess:append({ I = true }) -- remove intro message
vim.opt.shortmess:append({I = true}) -- remove intro message
opt.relativenumber = true
opt.number = true
opt.showmode = false
@ -24,7 +24,6 @@ opt.completeopt = 'noinsert'
-- neoformat settings.
global.neoformat_basic_format_align = 1
global.neoformat_basic_format_retab = 1
global.neoformat_basic_format_trim = 1
-- leader settings