First version of the config, completely in lua.
This commit is contained in:
parent
981a85653e
commit
eb8998aa2d
11 changed files with 195 additions and 0 deletions
2
lua/settings.lua
Normal file
2
lua/settings.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
vim.api.nvim_set_option('signcolumn', 'yes')
|
||||
vim.cmd(":set number relativenumber")
|
||||
Loading…
Add table
Add a link
Reference in a new issue