summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..a13c7a1
--- /dev/null
+++ b/todo.md
@@ -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