From cb36ccfa8db66db953795fd8e22138ed1712b1cd Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Sep 2024 00:58:26 +0200 Subject: checkpoint - added basic luasnip configuration - added highlights for TODO and FIXME keywords - added incremental selection of treesitter - added prettier to conform formatters - added when_disabled function to disable pairs in comments - changed the hiding keybind to :Hide command - only enable ` pairs in markdown - removed keybind - removed cmp's calc source - renamed keybinds for consistency - reorganized plugins in lazy.lua --- lua/config/set.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/config/set.lua') diff --git a/lua/config/set.lua b/lua/config/set.lua index 3623a02..ce43d04 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -109,3 +109,6 @@ vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.s vim.diagnostic.config({ float = { border = _border }, }) + +-- highlight to-do's +vim.cmd("match Todo /\\(TODO\\|FIXME\\):/") -- cgit v1.2.3-70-g09d2