diff options
author | Chris <[email protected]> | 2021-03-19 22:35:58 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-19 22:35:58 -0400 |
commit | d97766b0a75c4b376ff517ca1e88abc442aed38d (patch) | |
tree | eda3a82bf649f0f406c394616573bfa84d816f93 /README.md | |
parent | fa6fa14149f196e9f8052048c35cef6e5f7dff73 (diff) |
snippet stream
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -76,20 +76,23 @@ To use vim-gists you will need to configure the following: git config --global github.user <username> ``` +## Snippets + +If you are looking for snippets checkout this github topic: [Snippet Topic](https://github.com/topics/vscode-snippets) + ## TODO **HIGH PRIORITY** +- lsp kind for snippets - list all binaries needed for functionality - learn what opt is - learn nvim-dap in depth -- snippet support -- for vsnip :h vim-vsnip, also figure out what integr does - add utf8 line col and spaces (maybe blame) - potentially switch to dashboard - update Vista symbols +- vim ult test **LOW PRIORITY** -- configure nvim-peekup - better install script, support both nvim and nvcode paths - make java code actions prettier - figure out how to customize java formatting @@ -100,6 +103,7 @@ git config --global github.user <username> - look into autoinstall lsp - json config file (luajson) - get logo +- configure nvim-peekup - configure neogit - toggle virtual text diagnostics - move language servers not installed with npm to neovim local share location |