started trying to configure vimwiki
this did not work, i think i may have to package it properly in order to configure it the way i want which is very annoying because the defaults simply arent enough for me, oh well
This commit is contained in:
parent
7f07ac41b1
commit
d763c2a257
1 changed files with 13 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
};
|
||||
globals.mapleader = " ";
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableDAP = true;
|
||||
|
@ -36,6 +37,18 @@
|
|||
startPlugins = with pkgs.vimPlugins; [
|
||||
vimwiki
|
||||
];
|
||||
# the following doesnt seem to work, i fear i may have to properly package vimwiki but i dont want to do that right now so i will come back later
|
||||
# luaConfigRC = ''
|
||||
#
|
||||
# -- set vimwiki settings that I want
|
||||
# set nocompatible
|
||||
# filetype plugin on
|
||||
# syntax on
|
||||
#
|
||||
# let g:vimwiki_list = [{'path': '~/Notes/',
|
||||
# \ 'syntax': 'markdown', 'ext': 'md'}]
|
||||
# let g:vimwiki_global_ext = 0
|
||||
# ''; # Required settings for vimwiki
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue