neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

commit bad2b3f57adec2bae1f61ef317806f350f59f9d5
parent 426d81de1e085749dfd41d325f8eef639bc58324
Author: Tomas Nemec <owl@gtms.dev>
Date:   Wed, 19 Feb 2025 22:10:19 +0100

update

Diffstat:
Mafter/plugin/ng_html.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/after/plugin/ng_html.lua b/after/plugin/ng_html.lua @@ -13,7 +13,6 @@ local ok, template_query = pcall(vim.treesitter.query.parse, 'dart', [[ ]]) if not ok then - vim.print("error: " .. template_query) return end