summaryrefslogtreecommitdiff
path: root/home/neovim/init.vim
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-30 13:51:49 +0100
committerLinnnus <[email protected]>2023-10-30 13:51:49 +0100
commit426b7728eb7b408ff763d34b130589cfd3538fd8 (patch)
tree6dbd82649445af7624aefc5d493b03064151ee7a /home/neovim/init.vim
parent1d256f99ddd40b63b9be5c014c6855e2c2df8391 (diff)
home/neovim: add clojure support
Diffstat (limited to 'home/neovim/init.vim')
-rw-r--r--home/neovim/init.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/neovim/init.vim b/home/neovim/init.vim
index c73d801..029c5f9 100644
--- a/home/neovim/init.vim
+++ b/home/neovim/init.vim
@@ -30,6 +30,9 @@ syn on
" Persistent undo
set undofile
+" Give me some thinking time, jesus!
+set timeout timeoutlen=2000
+
" Line numbers
set number relativenumber
@@ -56,6 +59,7 @@ set nowrap
"""""""""""""""""""""""""""
let g:mapleader = "\<space>"
+let g:maplocalleader = "\<space>"
" Some keys are hard to press with the Danish layout. Luckily, we have some
" spare keys! Note that ctrl and esc are swapped at the OS level.