mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
Disable relativenumber
This commit is contained in:
parent
036c730705
commit
2c4e0683fd
1 changed files with 4 additions and 0 deletions
|
|
@ -2,3 +2,7 @@
|
||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
vim.g.swap = false
|
vim.g.swap = false
|
||||||
|
|
||||||
|
local opt = vim.opt
|
||||||
|
|
||||||
|
opt.relativenumber = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue