AutoYADM commit: 2025-03-29 17:00:07
This commit is contained in:
parent
59c4cb0324
commit
50f3074e56
2 changed files with 20 additions and 11 deletions
|
@ -65,7 +65,7 @@ SETUVAR fish_pager_color_selected_background:\x1d
|
||||||
SETUVAR fish_pager_color_selected_completion:\x1d
|
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||||
SETUVAR fish_pager_color_selected_description:\x1d
|
SETUVAR fish_pager_color_selected_description:\x1d
|
||||||
SETUVAR fish_pager_color_selected_prefix:\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 linode_ip:172\x2e105\x2e6\x2e137
|
||||||
SETUVAR sponge_allow_previously_successful:true
|
SETUVAR sponge_allow_previously_successful:true
|
||||||
SETUVAR sponge_delay:2
|
SETUVAR sponge_delay:2
|
||||||
|
|
|
@ -62,15 +62,28 @@ command = "iwes"
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "markdown"
|
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 = ["ltex-ls-plus", "marksman", "scls"]
|
||||||
language-servers = ["harper-ls", "marksman", "scls"]
|
language-servers = ["harper-ls", "marksman", "scls"]
|
||||||
formatter = { command = "dprint", args = ["fmt", "--stdin", "md" ] }
|
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
|
||||||
# depends on aerc
|
# depends on aerc
|
||||||
auto-format = false
|
auto-format = false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "stub"
|
name = "stub"
|
||||||
scope = "text.stub"
|
scope = "text.stub"
|
||||||
|
@ -168,10 +181,7 @@ scope = "source.vim"
|
||||||
injection-regex = "vim"
|
injection-regex = "vim"
|
||||||
comment-token = '"'
|
comment-token = '"'
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
file-types = [
|
file-types = ["vim", { glob = ".vimrc" }]
|
||||||
"vim",
|
|
||||||
{ glob = ".vimrc" },
|
|
||||||
]
|
|
||||||
|
|
||||||
# [[grammar]]
|
# [[grammar]]
|
||||||
# name = "mail"
|
# name = "mail"
|
||||||
|
@ -237,10 +247,9 @@ injection-regex = "go"
|
||||||
file-types = ["go"]
|
file-types = ["go"]
|
||||||
roots = ["go.work", "go.mod"]
|
roots = ["go.work", "go.mod"]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
formatter = { command = "goimports" }
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
block-comment-tokens = { start = "/*", end = "*/" }
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
language-servers = [ "gopls", "golangci-lint-lsp", "typos-lsp" ]
|
language-servers = ["gopls", "typos-lsp"]
|
||||||
# TODO: gopls needs utf-8 offsets?
|
# TODO: gopls needs utf-8 offsets?
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue