feat: extras.linting.eslint
This commit is contained in:
parent
ac0876ad01
commit
74b3a2ace1
1 changed files with 2 additions and 0 deletions
2
init.lua
2
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.
|
||||
|
|
Loading…
Reference in a new issue