From 5dc89fe9789701abbe4a73c2998d397a6d7d964c Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 7 Nov 2025 23:42:52 -0800 Subject: replace lazyvim with custom config --- dot-config/nvim/lua/plugins/handlebars.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dot-config/nvim/lua/plugins/handlebars.lua (limited to 'dot-config/nvim/lua/plugins/handlebars.lua') diff --git a/dot-config/nvim/lua/plugins/handlebars.lua b/dot-config/nvim/lua/plugins/handlebars.lua deleted file mode 100644 index b09dc3c..0000000 --- a/dot-config/nvim/lua/plugins/handlebars.lua +++ /dev/null @@ -1,26 +0,0 @@ --- add language support for handlebars (.hbs) - -return { - - -- glimmer is the treesitter parser for handlebars - -- see https://github.com/nvim-treesitter/nvim-treesitter - { - "nvim-treesitter/nvim-treesitter", - opts = { ensure_installed = { "glimmer" } }, - }, - - -- we can use djLint to format handlebars - { - "stevearc/conform.nvim", - opts = { - formatters_by_ft = { - handlebars = { "djlint" }, - }, - formatters = { - djlint = { - prepend_args = { "--preserve-blank-lines" }, - }, - }, - }, - }, -} -- cgit v1.3