mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Update nvim options
This commit is contained in:
parent
66170163b8
commit
534848d32e
@ -12,3 +12,11 @@ vim.opt.tabstop = indent
|
|||||||
|
|
||||||
-- Line numbers
|
-- Line numbers
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
|
|
||||||
|
-- Line width
|
||||||
|
vim.opt.textwidth = 120
|
||||||
|
vim.opt.colorcolumn = "+1"
|
||||||
|
|
||||||
|
-- Open new split panes to the right and bottom, which feels more natural
|
||||||
|
vim.opt.splitbelow = true
|
||||||
|
vim.opt.splitright = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user