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

@@ -17,7 +17,6 @@
system.activationScripts.home-symlinks = ''
ln -sfn ${config.users.users.me.home}/cloud/syncthing/common/daybook ${config.users.users.me.home}/daybook
ln -sfn ${config.users.users.me.home}/cloud/syncthing/common/memo ${config.users.users.me.home}/memo
ln -sfn ${config.users.users.me.home}/cloud/syncthing/common/mahlzeit ${config.users.users.me.home}/mahlzeit
ln -sfn ${config.users.users.me.home}/cloud/Dropbox/notes ${config.users.users.me.home}/notes
ln -sfn ${config.users.users.me.home}/cloud/Seafile/Uni ${config.users.users.me.home}/uni

View File

@@ -44,7 +44,7 @@
vim-pandoc vim-pandoc-syntax # vim-pandoc-after
vim-repeat
vim-sensible
vim-startify
# vim-startify
vim-surround
];
opt = [

View File

@@ -123,7 +123,6 @@ in
scripts.wttr
# kmein.slide
scripts.tolino-screensaver
memo
nix-prefetch-git
scripts.nix-git
par

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'}]