pyrefly in, clang formatter

This commit is contained in:
Alex Muszynski
2025-06-11 20:14:43 -04:00
parent 1aedadccd4
commit 7ba677f20a
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
'ray-x/telescope-ast-grep.nvim',
dependencies = {
{ 'nvim-lua/plenary.nvim' },
{ 'nvim-telescope/telescope.nvim' },
},
}
+1
View File
@@ -25,6 +25,7 @@ return { -- Autoformat
end,
formatters_by_ft = {
lua = { 'stylua' },
c = { 'clang-format' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--
+1 -1
View File
@@ -157,7 +157,7 @@ return { -- LSP Configuration & Plugins
local servers = {
clangd = {},
gopls = {},
pyright = {},
pyrefly = {},
rust_analyzer = {},
markdownlint = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs