feat: added relative line numbers
This commit is contained in:
parent
9018ac2ffa
commit
fb6c4d09fb
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -4,6 +4,7 @@ vim.cmd("set expandtab") -- Tabs werden als zwei leerzeichen konfiguriert
|
|||
vim.cmd("set tabstop=2")
|
||||
vim.cmd("set softtabstop=2")
|
||||
vim.cmd("set shiftwidth=2")
|
||||
vim.cmd("set relativenumber")
|
||||
|
||||
require("config.lazy")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue