Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jan 18, 2025
1 parent e11b389 commit 14b5a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ Default config:

https://github.com/bergercookie/asm-lsp

Language Server for GAS/GO Assembly
Language Server for NASM/GAS/GO Assembly

`asm-lsp` can be installed via cargo:
cargo install asm-lsp
Expand All @@ -790,6 +790,7 @@ Default config:
{ "asm", "vmasm" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/asm_lsp.lua:2](../lua/lspconfig/configs/asm_lsp.lua#L2)
- `single_file_support` : `true`


## ast_grep
Expand Down
3 changes: 2 additions & 1 deletion doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ Default config:

https://github.com/bergercookie/asm-lsp

Language Server for GAS/GO Assembly
Language Server for NASM/GAS/GO Assembly

`asm-lsp` can be installed via cargo:
cargo install asm-lsp
Expand All @@ -790,6 +790,7 @@ Default config:
{ "asm", "vmasm" }
```
- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/asm_lsp.lua:2](../lua/lspconfig/configs/asm_lsp.lua#L2)
- `single_file_support` : `true`


## ast_grep
Expand Down

0 comments on commit 14b5a80

Please sign in to comment.