mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update nvim config
This commit is contained in:
parent
6c7551640d
commit
07a49ce2d2
16 changed files with 157 additions and 46 deletions
|
|
@ -3,20 +3,20 @@
|
|||
--
|
||||
|
||||
vim.opt.showmode = false -- disable mode in the command line, because i use lualine
|
||||
--vim.opt.guicursor = "a:ver100,c-ci-cr:hor80-blinkon100-blinkwait300"
|
||||
--vim.opt.scrolloff = 30
|
||||
--vim.opt.sidescrolloff = 8
|
||||
|
||||
--
|
||||
-- Editor settings
|
||||
--
|
||||
|
||||
vim.opt.cursorline = true -- highlight line where cursor is.
|
||||
vim.opt.scrolloff=20
|
||||
--vim.opt.sidescrolloff = 8
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- line numbers
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.numberwidth = 6
|
||||
vim.opt.numberwidth = 5
|
||||
vim.opt.statuscolumn = '%=%{v:relnum?v:relnum:v:lnum} %s '
|
||||
|
||||
-- indent
|
||||
vim.opt.smartindent = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue