diff options
Diffstat (limited to 'todo.md')
-rw-r--r-- | todo.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# To-Do's +- [x] completion keybind +- [x] go to definition +- [ ] luasnip snippets + +## cmp +- [x] completion from only 4 characters +- [ ] when searching have [horizontal menu](https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance) + - using words from the buffer only +- [ ] do not propose snippets in completion menu + - change lsp settings for this? +- [ ] look at the configuration options |