Nvim shit

This commit is contained in:
2025-10-12 09:52:22 +02:00
parent b51ef3b9bc
commit 89c68f9a9a
7 changed files with 98 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
-- require("blink.cmp").setup({
-- completion = {
-- autocomplete = { "TextChanged", "InsertEnter" },
-- keyword_pattern = [[\k\+]],
-- },
-- })