From fc1b1916cd0af48fe2476396c186e3ec73709b7b Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 13 Jul 2024 21:18:33 +0200 Subject: [PATCH] feat(nvim): use treesitter to determine comment format --- neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/default.nix b/neovim/default.nix index 20796a4..1d664f9 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -36,6 +36,7 @@ nvim-treesitter.withAllGrammars nvim-treesitter-textobjects + nvim-ts-context-commentstring markdown-preview-nvim # use({ "iamcco/markdown-preview.nvim", run = ":call mkdp#util#install()" }) toggleterm-nvim nvim-notify