First version of the config, completely in lua.

This commit is contained in:
Mariano Uvalle 2021-03-31 22:39:21 -04:00
parent 981a85653e
commit eb8998aa2d
11 changed files with 195 additions and 0 deletions

2
lua/settings.lua Normal file
View file

@ -0,0 +1,2 @@
vim.api.nvim_set_option('signcolumn', 'yes')
vim.cmd(":set number relativenumber")