aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMax Christian Pohle2022-12-23 11:38:26 +0100
committerMax Christian Pohle2022-12-23 11:38:26 +0100
commit0904591145327fa2c6ca4d9bbe2b50ca6b60085a (patch)
tree2b9272dd5426ff8856b085436b8a88138ce23bd2 /vimrc
parent07797b39851da045aa1bfd0289de0858a1377c48 (diff)
downloadvim-0904591145327fa2c6ca4d9bbe2b50ca6b60085a.tar.bz2
vim-0904591145327fa2c6ca4d9bbe2b50ca6b60085a.zip
Refactored a tiny bit and added editorconfig
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
..