๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add erlfmt

+11 -1
+10 -1
.config/nvim/lua/plugins/conform.lua
··· 5 5 }, 6 6 } 7 7 8 + local erlfmt = { 9 + command = "erlfmt", 10 + args = { "-w", "$FILENAME" }, 11 + } 12 + 8 13 return { 9 14 "stevearc/conform.nvim", 10 15 opts = { ··· 13 18 kdl = { "kdlfmt" }, 14 19 markdown = { "rumdl" }, 15 20 sql = { "sqruff" }, 21 + erlang = { "erlfmt" }, 16 22 }, 17 23 18 - formatters = { rustywind = rustywind }, 24 + formatters = { 25 + rustywind = rustywind, 26 + erlfmt = erlfmt, 27 + }, 19 28 }, 20 29 }
+1
packages.txt
··· 5 5 deno 6 6 difftastic 7 7 direnv 8 + erlfmt-git 8 9 fastfetch 9 10 fd 10 11 fish