1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: switch from memo to vimwiki

This commit is contained in:
Kierán Meinhardt
2020-05-15 08:06:14 +02:00
parent 0285299f22
commit 07dbe2477f
4 changed files with 7 additions and 6 deletions

View File

@@ -12,10 +12,10 @@ colorscheme paramount
set background=dark
let mapleader = ","
" let maplocalleader="\\"
let maplocalleader="\\"
noremap <Leader>h :<C-u>split<CR>
noremap <Leader>v :<C-u>vsplit<CR>
" noremap <Leader>h :<C-u>split<CR>
" noremap <Leader>v :<C-u>vsplit<CR>
noremap <Leader>gs :Gstatus<CR>
noremap <Leader>gc :Gcommit<CR>
noremap <leader>n :bn<CR>
@@ -207,3 +207,6 @@ let g:airline_section_z = '%{line(".")}/%{line("$")} %{col(".")}'
"if exists("g:loaded_airline_themes")
let g:airline_theme='base16'
"endif
let g:vimwiki_list = [{'path': '~/notes/',
\ 'syntax': 'markdown', 'ext': '.md'}]