From a94fb2e345637c9d6217e7fcd6a68e554fb80304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 12 May 2024 23:12:10 +0200 Subject: [PATCH] Add some treesitter plugins --- home/editor/neovim/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index a3a9156..03ab87a 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -31,6 +31,9 @@ p.tree-sitter-bash p.tree-sitter-json p.tree-sitter-python + p.tree-sitter-c + p.tree-sitter-cmake + p.tree-sitter-cpp ])) ]; extraLuaConfig = ''