aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-06 15:23:45 +0900
committerA Farzat <a@farzat.xyz>2024-10-14 15:23:45 +0900
commitf611f1922a6c4bc19a661875391f09ccfd64a58d (patch)
treee6d3483a2629f1f4e603be94c2c810f9dc3ddc21
parent74ed3c5e569c40592fa459438637af0f3b8eaabe (diff)
downloadnvim-f611f1922a6c4bc19a661875391f09ccfd64a58d.tar.gz
nvim-f611f1922a6c4bc19a661875391f09ccfd64a58d.zip
Fix hard path in init.vim
-rw-r--r--init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index 7f38b75..29132c3 100644
--- a/init.vim
+++ b/init.vim
@@ -7,7 +7,7 @@ endfor
source <sfile>:p:h/plugins.vim
" Regular settings.
-source /home/farzat/.config/nvim/regular.vim
+source <sfile>:p:h/regular.vim
" Global mappings.
source <sfile>:p:h/global-mappings.vim