diff options
| author | talha <talha@talhaamir.xyz> | 2026-07-23 21:12:35 +0500 |
|---|---|---|
| committer | talha <talha@talhaamir.xyz> | 2026-07-23 21:12:35 +0500 |
| commit | 70fe2441aa025243e29d47aabe1b6674c4e0ed71 (patch) | |
| tree | 526b58ec31ce6dd0075fe1e76e6828a5ab51ae14 /lua/talha/set.lua | |
| parent | 75b48fc3247b412bb1580c47e96022cffdc8ba9a (diff) | |
Updated config
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 |
