Skip to content

Commit

Permalink
lsp(null-ls): update nimpretty_t settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 7, 2024
1 parent d691d74 commit 545553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/lsp/plugins/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ null_ls.register({
filetypes = { "nim" },
generator = null_ls.formatter({
command = "nimpretty_t",
args = { "$FILENAME", "--maxLineLen=100" },
args = { "-w", "$FILENAME" },
to_temp_file = true,
}),
})
Expand Down

0 comments on commit 545553f

Please sign in to comment.