" Temporary configuration for editing Nix files syntax on set autoindent set expandtab set tabstop=2 set shiftwidth=2 " Shortcutting split navigation map h map j map k map l " v for vertical, s for side-by-side map v :split map s :vsplit " Use system clipboard set clipboard+=unnamedplus " Markdown configuration autocmd FileType markdown setlocal spell autocmd FileType markdown setlocal linebreak