From 74b3a2ace1c0d731fb868611be77638bce0a891a Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 10 Mar 2025 19:58:14 -0700 Subject: [PATCH] feat: extras.linting.eslint --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index cafc8c9..d98ce1e 100644 --- a/init.lua +++ b/init.lua @@ -72,6 +72,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start', { import = 'lazyvim.plugins.extras.lang.vue' }, { import = 'lazyvim.plugins.extras.lang.yaml' }, + { import = 'lazyvim.plugins.extras.linting.eslint' }, + -- These need to be after extras to prevent extras from overwriting them. -- Disable mason.nvim while using nix.