mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
use biome
This commit is contained in:
parent
2ddd8c3860
commit
89a71aa455
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ return { -- Autoformat
|
||||||
--
|
--
|
||||||
-- You can use a sub-list to tell conform to run *until* a formatter
|
-- You can use a sub-list to tell conform to run *until* a formatter
|
||||||
-- is found.
|
-- is found.
|
||||||
javascript = { 'prettierd' },
|
javascript = { 'biome' },
|
||||||
typescript = { 'prettierd' },
|
typescript = { 'biome' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue