forked from dineshsalunke/nvim-config
chore: add colocolumn and reduce the update time
This commit is contained in:
parent
97eba20a08
commit
dc183681d1
@ -77,9 +77,12 @@ opt.wildmode = "longest:full,full" -- Command-line completion mode
|
||||
opt.winminwidth = 7 -- Minimum window width
|
||||
opt.wrap = false -- Disable line wrap
|
||||
|
||||
-- opt.colorcolumn = "82"
|
||||
opt.colorcolumn = "120"
|
||||
|
||||
opt.swapfile = false
|
||||
opt.undofile = true
|
||||
opt.backup = false
|
||||
opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
if vim.fn.has("nvim-0.9.0") == 1 then
|
||||
opt.splitkeep = "screen"
|
||||
opt.shortmess:append({ C = true })
|
||||
end
|
||||
|
||||
-- Fix markdown indentation settings
|
||||
vim.g.markdown_recommended_style = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user