1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat: improve obsidian-vim

This commit is contained in:
2023-07-10 09:36:27 +02:00
parent 24f838370d
commit e9b4fb12c7
2 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ noremap <leader>c :bd<CR>
noremap <leader>b :Buffers<CR>
noremap <leader>t :Tags<CR>
set nocompatible
syntax on
filetype plugin indent on
set autoindent
set smartcase ignorecase " you need these two