mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: enable startofline
This commit is contained in:
parent
71cf58dcbc
commit
9b1ffb4637
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ vim.o.wrap = false
|
|||
-- Break lines at word
|
||||
vim.o.linebreak = true
|
||||
|
||||
-- Go to start of the line after gg and similar moves
|
||||
vim.o.startofline = true
|
||||
|
||||
-- Show cursorline
|
||||
vim.o.cursorline = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue