diff options
author | Biser Stoilov <[email protected]> | 2021-03-30 09:17:40 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-30 02:17:40 -0400 |
commit | 5f22c1bace8b5e77d33d4a8cf5ebe6c1a763f0d8 (patch) | |
tree | f411690f41faaf55185bfdbd887a13a4456d12c9 /lua/settings.lua | |
parent | 48286254b7761da2f85bd7bd361188cb448139b5 (diff) |
Define shell + php lsp + dart lsp + flutter + relative number (#188)
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 40fc24d4..db0178cf 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -19,6 +19,7 @@ vim.cmd('set sw=4') -- Change the number of space characters inserted for indent vim.bo.expandtab = true -- Converts tabs to spaces vim.bo.smartindent = true -- Makes indenting smart vim.wo.number = true -- set numbered lines +vim.wo.relativenumber = O.relative_number -- set relative number vim.wo.cursorline = true -- Enable highlighting of the current line vim.o.showtabline = 2 -- Always show tabs vim.o.showmode = false -- We don't need to see things like -- INSERT -- anymore |