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.winminwidth = 7 -- Minimum window width
|
||||||
opt.wrap = false -- Disable line wrap
|
opt.wrap = false -- Disable line wrap
|
||||||
|
|
||||||
-- opt.colorcolumn = "82"
|
opt.colorcolumn = "120"
|
||||||
|
|
||||||
opt.swapfile = false
|
if vim.fn.has("nvim-0.9.0") == 1 then
|
||||||
opt.undofile = true
|
opt.splitkeep = "screen"
|
||||||
opt.backup = false
|
opt.shortmess:append({ C = true })
|
||||||
opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
end
|
||||||
|
|
||||||
|
-- Fix markdown indentation settings
|
||||||
|
vim.g.markdown_recommended_style = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user