mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 00:01:18 +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
|
||||
-- is found.
|
||||
javascript = { 'prettierd' },
|
||||
typescript = { 'prettierd' },
|
||||
javascript = { 'biome' },
|
||||
typescript = { 'biome' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue