AutoYADM commit: 2025-03-29 17:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-29 17:00:07 -04:00
parent 59c4cb0324
commit 50f3074e56
2 changed files with 20 additions and 11 deletions

View file

@ -65,7 +65,7 @@ SETUVAR fish_pager_color_selected_background:\x1d
SETUVAR fish_pager_color_selected_completion:\x1d
SETUVAR fish_pager_color_selected_description:\x1d
SETUVAR fish_pager_color_selected_prefix:\x1d
SETUVAR fish_user_paths:/home/fic/\x2ecargo/bin\x1e/usr/local/bin
SETUVAR fish_user_paths:/home/fic/go/bin\x1e/home/fic/\x2ecargo/bin\x1e/usr/local/bin
SETUVAR linode_ip:172\x2e105\x2e6\x2e137
SETUVAR sponge_allow_previously_successful:true
SETUVAR sponge_delay:2

View file

@ -62,7 +62,21 @@ command = "iwes"
[[language]]
name = "markdown"
file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" } ]
file-types = [
"md",
"livemd",
"markdown",
"mdx",
"mkd",
"mkdn",
"mdwn",
"mdown",
"markdn",
"mdtxt",
"mdtext",
"workbook",
{ glob = "PULLREQ_EDITMSG" },
]
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
language-servers = ["harper-ls", "marksman", "scls"]
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
@ -70,7 +84,6 @@ formatter = { command = "dprint", args = ["fmt", "--stdin", "md" ] }
auto-format = false
[[language]]
name = "stub"
scope = "text.stub"
@ -168,10 +181,7 @@ scope = "source.vim"
injection-regex = "vim"
comment-token = '"'
indent = { tab-width = 4, unit = "\t" }
file-types = [
"vim",
{ glob = ".vimrc" },
]
file-types = ["vim", { glob = ".vimrc" }]
# [[grammar]]
# name = "mail"
@ -237,10 +247,9 @@ injection-regex = "go"
file-types = ["go"]
roots = ["go.work", "go.mod"]
auto-format = true
formatter = { command = "goimports" }
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = [ "gopls", "golangci-lint-lsp", "typos-lsp" ]
language-servers = ["gopls", "typos-lsp"]
# TODO: gopls needs utf-8 offsets?
indent = { tab-width = 4, unit = "\t" }