godot and telescope ripgrep

This commit is contained in:
Christian Nieves
2025-03-16 16:38:34 -05:00
parent f595b1fcfa
commit 76686a0e87
9 changed files with 240 additions and 217 deletions

View File

@ -61,12 +61,11 @@ return {
-- Conform will run multiple formatters sequentially
-- go = { "goimports", "gofmt" },
-- Use a sub-list to run only the first available formatter
-- javascript = { { "prettierd", "prettier" } },
lua = { "stylua" },
-- Conform will run multiple formatters sequentially
python = { "isort", "black" },
python = { "isort" },
-- Use a sub-list to run only the first available formatter
javascript = { { "prettierd", "prettier" } },
javascript = { { "prettier" } },
gdscript = { "gdformat" },
ron = { "ronfmt" },
dashboard = {},