diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-19 20:26:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-19 20:26:54 +0200 |
commit | 4b90644bc355441d05fb1a217e7d828f1cfd77b8 (patch) | |
tree | ed5ff7fa3b2ada7da4a4f89bff26424cf0f805a6 /after/plugin/treesitter.lua | |
parent | cb36ccfa8db66db953795fd8e22138ed1712b1cd (diff) |
checkpoint
- edited pairs
- changed surround mappings to "gs"
- added highlighting for urls
Diffstat (limited to 'after/plugin/treesitter.lua')
-rw-r--r-- | after/plugin/treesitter.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 83eb7cf..7a1e26f 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -15,3 +15,5 @@ require("nvim-treesitter.configs").setup({ }, }, }) +-- vim.api.nvim_buf_create_user_command +-- vim.keymap.set("n", "") |