diff --git a/.vimrc b/.vimrc index fe8ad33..f69f6f5 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,7 @@ nnoremap r :ALEFindReferences nnoremap d :ALEDetail nnoremap h :ALEHover nnoremap a :Ack +nnoremap we :VimwikiAll2HTML nmap wk VimwikiIndex " next line is necessary to prevent background rendering bug with kitty term @@ -67,7 +68,6 @@ let g:lightline = { let g:ale_linters = { \ 'javascript': ['tsserver', 'eslint', 'stylelint'], -\ 'css': ['stylelint'], \ 'go': ['golint', 'go vet', 'gopls'], \ 'typescript': ['tslint', 'tsserver', 'typecheck', 'stylelint'], \ 'make': ['checkmake'],