summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-16 18:06:11 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-09-16 18:06:14 +0200
commit5c7dffe3782c18e0d47f5753a8c30a0cd1b6e352 (patch)
tree014587936dad9819fdb259fc255daa10e2d80379 /todo.md
parent7dcd592eae886dc8edde2dc65d6e6323201a2aaf (diff)
checkpoint
- made keybinds more logical with prefixes - renamed user to config - updated to-do's - added rounded borders on floating windows - added vim-eunuch - added telescope-symbols
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