diff options
author | Max Christian Pohle | 2022-12-23 11:38:26 +0100 |
---|---|---|
committer | Max Christian Pohle | 2022-12-23 11:38:26 +0100 |
commit | 0904591145327fa2c6ca4d9bbe2b50ca6b60085a (patch) | |
tree | 2b9272dd5426ff8856b085436b8a88138ce23bd2 /vimrc | |
parent | 07797b39851da045aa1bfd0289de0858a1377c48 (diff) | |
download | vim-0904591145327fa2c6ca4d9bbe2b50ca6b60085a.tar.bz2 vim-0904591145327fa2c6ca4d9bbe2b50ca6b60085a.zip |
Refactored a tiny bit and added editorconfig
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ if ($XDG_SESSION_TYPE ==# 'wayland' || ! empty($WAYLAND_DISPLAY)) | |||
15 | endif | 15 | endif |
16 | 16 | ||
17 | 17 | ||
18 | set shadafile="/tmp/shada" | 18 | if has("nvim") |
19 | set shadafile="/tmp/shada" | ||
20 | endif | ||
19 | 21 | ||
20 | " neovide specific | 22 | " neovide specific |
21 | set guifont=monospace:h11:b | 23 | set guifont=monospace:h11:b |