mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
some variety on macbook
This commit is contained in:
@@ -17,8 +17,8 @@ return {
|
||||
notify_on_error = true,
|
||||
formatters_by_ft = {
|
||||
lua = { 'stylua' },
|
||||
javascript = { 'prettier' },
|
||||
typescript = { 'prettier' },
|
||||
javascript = { 'biome' },
|
||||
typescript = { 'biome' },
|
||||
},
|
||||
format_on_save = function(bufnr)
|
||||
local disable_filetypes = {
|
||||
|
||||
Reference in New Issue
Block a user