Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/nvim

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-31 09:37:53 -06:00
commit 88e86b5a7d
3 changed files with 61 additions and 65 deletions

View file

@ -13,6 +13,7 @@ return {
typescriptreact = { "biomejs" },
javascript = { "biomejs" },
javascriptreact = { "biomejs" },
svelte = { "eslint_d" },
-- Use the "*" filetype to run linters on all filetypes.
-- ['*'] = { 'global linter' },
-- Use the "_" filetype to run linters on filetypes that don't have other linters configured.