diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-05 15:02:43 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-05 15:20:16 +0200 |
commit | 19423cd7c17edae426c39e01683424089bc8c8c9 (patch) | |
tree | 52d9781a75fe7714392f7a931aece35b5126ede9 /after/plugin/treesitter.lua | |
parent | 7870db20ff0594474daf7cab957cd936d4c246c7 (diff) |
checkpoint
Diffstat (limited to 'after/plugin/treesitter.lua')
-rw-r--r-- | after/plugin/treesitter.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index a0e8014..a625f4c 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -20,5 +20,3 @@ require("nvim-treesitter.configs").setup({ }, }, }) --- vim.api.nvim_buf_create_user_command --- vim.keymap.set("n", "") |