AutoYADM commit: 2025-02-11 20:45:03
This commit is contained in:
parent
6ff622d8e6
commit
97263d41f9
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@ workspace.library = [
|
|||
"/home/fic/.config/nvim/lua",
|
||||
]
|
||||
|
||||
[language-server.buffer-language-server]
|
||||
command = "buffer-language-server"
|
||||
|
||||
[[language]]
|
||||
name = "toml"
|
||||
roots = ["."]
|
||||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
language-servers = ["marksman", "markdown-oxide", "buffer-language-server"]
|
||||
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
|
||||
auto-format = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue