This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/init.vim

7 lines
164 B
VimL

" Change leader key to space
" I run this before anything else so that <leader> is always the right value
let mapleader = ' '
" Source plugins
runtime! init/*.vim