diff options
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 |