update mason defaults

This commit is contained in:
Joshua Nussbaum 2024-07-02 17:43:52 -05:00
parent 56cc4bf52f
commit 597131b469
1 changed files with 5 additions and 3 deletions

View File

@ -521,8 +521,10 @@ require('lazy').setup({
local servers = {
-- clangd = {},
-- gopls = {},
pyright = {},
-- rust_analyzer = {},
-- pyright = {},
ruff = {},
ruff_lsp = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful:
@ -614,7 +616,7 @@ require('lazy').setup({
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
python = { 'isort', 'black' },
python = {},
--
-- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true },