aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index a76471b..ea8ee2b 100644
--- a/vimrc
+++ b/vimrc
@@ -15,7 +15,9 @@ if ($XDG_SESSION_TYPE ==# 'wayland' || ! empty($WAYLAND_DISPLAY))
15endif 15endif
16 16
17 17
18set shadafile="/tmp/shada" 18if has("nvim")
19 set shadafile="/tmp/shada"
20endif
19 21
20" neovide specific 22" neovide specific
21set guifont=monospace:h11:b 23set guifont=monospace:h11:b
..