summaryrefslogtreecommitdiff
path: root/lua/talha/set.lua
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2026-07-23 21:12:35 +0500
committertalha <talha@talhaamir.xyz>2026-07-23 21:12:35 +0500
commit70fe2441aa025243e29d47aabe1b6674c4e0ed71 (patch)
tree526b58ec31ce6dd0075fe1e76e6828a5ab51ae14 /lua/talha/set.lua
parent75b48fc3247b412bb1580c47e96022cffdc8ba9a (diff)
Updated config
Diffstat (limited to 'lua/talha/set.lua')
-rw-r--r--lua/talha/set.lua2
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