Merge branch 'master' of github.com:stv8/kickstart.nvim

This commit is contained in:
Sean Villars 2025-04-16 11:33:52 -05:00
commit 76770ff6a0
1 changed files with 11 additions and 10 deletions

View File

@ -760,6 +760,7 @@ require('lazy').setup({
-- --
-- You can use 'stop_after_first' to run the first available formatter from the list -- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true }, -- javascript = { "prettierd", "prettier", stop_after_first = true },
ruby = { 'standardrb' }
}, },
}, },
}, },