blob: a13c7a1b1cb3a97d45029aa73032daa74156e8f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|