From f5068aee0b7a7744a31224777504c94af0bf7665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 23 Jul 2024 15:43:32 +0200 Subject: [PATCH] Add markdown to nvim treesitter --- home/editor/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index a69e9d3..80e0c34 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -35,6 +35,8 @@ p.tree-sitter-c p.tree-sitter-cmake p.tree-sitter-cpp + p.tree-sitter-markdown + p.tree-sitter-markdown-inline ])) ]; extraLuaConfig = ''