diff --git a/config/nvim/lua/fschauen/plugins/treesitter.lua b/config/nvim/lua/fschauen/plugins/treesitter.lua index 6dfb1b5..0744f68 100644 --- a/config/nvim/lua/fschauen/plugins/treesitter.lua +++ b/config/nvim/lua/fschauen/plugins/treesitter.lua @@ -26,6 +26,7 @@ return { ensure_installed = { "bash", "c", + "cmake", "cpp", "haskell", "html",