nix lsp update

This commit is contained in:
Salar Rahmanian 2024-06-07 23:18:34 -07:00
parent 71648bb0f8
commit 1dce120f9b
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ return {
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
nix = { "nixfmt" },
python = function(bufnr)
if require("conform").get_formatter_info("ruff_format", bufnr).available then
return { "ruff_fix", "ruff_format" }