From ef7e706f19528840b2be1f942aea9240fb91ec17 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 19 Mar 2026 00:30:58 +0100 Subject: [PATCH] Add demicolon nvim plugin --- nvim/lua/plugs/demicolon.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nvim/lua/plugs/demicolon.lua diff --git a/nvim/lua/plugs/demicolon.lua b/nvim/lua/plugs/demicolon.lua new file mode 100644 index 0000000..46ff72f --- /dev/null +++ b/nvim/lua/plugs/demicolon.lua @@ -0,0 +1,8 @@ +return { + "mawkler/demicolon.nvim", + dependenies = { + "nvim-treesitter/nvim-treesitter", + "nvim-treesitter/nvim-treesitter-textobjects", + }, + opts = {}, +}