diff options
author | Chris <[email protected]> | 2020-04-03 14:59:22 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-03 14:59:22 -0400 |
commit | b045061a7f32c0164399af0848586510cd64bbf1 (patch) | |
tree | f82d5800c0f9e121a4615943a5d14b8d45076e93 /README.md | |
parent | 55cf9a7ab5b71eeeb57fbc179aee23453045098f (diff) |
auto push
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -93,6 +93,12 @@ yarn install --frozen-lockfile ## ALE Linting +## Markdown Preview + +I had to cd into `dein/repos/github.com/iamcco/markdown-preview.nvim/` + +and run 'npx yarn install' + ## TODO - make better use of ftplugin @@ -100,7 +106,7 @@ yarn install --frozen-lockfile - configure coc settings better - need formatter for other languages - set up ale -- Java support +- Java support for Lombock, figured it out on work machine - Need support for image in current ranger implementation - https://github.com/kevinhwang91/rnvimr (Note Ueberzug doesn't work on mac which sucks, also neither does this plugin) - Check out more coc extensions @@ -111,6 +117,8 @@ yarn install --frozen-lockfile - create keymap file and move combinations from general - ultisnips for autogenerate front matter with data and stuff - setup blog with vimwiki +- vimwiki hijacks my TAB complete in md files so I'm disabling [link to issue](https://github.com/vimwiki/vimwiki/issues/353) +- vimwiki also hijacks conceal level ## Notes |