diff options
Diffstat (limited to 'lua/talha/set.lua')
| -rw-r--r-- | lua/talha/set.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/talha/set.lua b/lua/talha/set.lua index 508a198..a7888b3 100644 --- a/lua/talha/set.lua +++ b/lua/talha/set.lua @@ -30,6 +30,7 @@ op.updatetime = 50 op.cursorline = false op.colorcolumn = '80' + vim.cmd[[ colorscheme moonfly ]] if vim.fn.executable('rg') > 0 then @@ -37,7 +38,6 @@ if vim.fn.executable('rg') > 0 then end -- netrw settings --- required to allow mm (mark-move) command to move file vim.g.netrw_keepdir = 1 vim.g.netrw_banner = 0 vim.g.netrw_altv = 1 |
