diff options
author | A Farzat <a@farzat.xyz> | 2024-10-06 15:23:45 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-14 15:23:45 +0900 |
commit | f611f1922a6c4bc19a661875391f09ccfd64a58d (patch) | |
tree | e6d3483a2629f1f4e603be94c2c810f9dc3ddc21 /init.vim | |
parent | 74ed3c5e569c40592fa459438637af0f3b8eaabe (diff) | |
download | nvim-f611f1922a6c4bc19a661875391f09ccfd64a58d.tar.gz nvim-f611f1922a6c4bc19a661875391f09ccfd64a58d.zip |
Fix hard path in init.vim
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |