mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-31 19:12:38 +00:00
Compare commits
2 commits
d36996c8ba
...
c390d28c8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c390d28c8a |
||
|
|
f119298d10 |
2 changed files with 9 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# Language Support {#ch-languages}
|
# Language Support {#ch-languages}
|
||||||
|
|
||||||
Language specific support means there is a combination of language specific
|
Language specific support means there is a combination of language specific
|
||||||
plugins, `treesitter` support, `nvim-lspconfig` language servers, and `null-ls`
|
plugins, `treesitter` support, `nvim-lspconfig` language servers, `conform-nvim`
|
||||||
integration. This gets you capabilities ranging from autocompletion to
|
formatters, and `nvim-lint` linter integration. This gets you capabilities
|
||||||
formatting to diagnostics. The following languages have sections under the
|
ranging from autocompletion to formatting to diagnostics. The following
|
||||||
`vim.languages` attribute.
|
languages have sections under the `vim.languages` attribute.
|
||||||
|
|
||||||
- Rust: [vim.languages.rust.enable](#opt-vim.languages.rust.enable)
|
- Rust: [vim.languages.rust.enable](#opt-vim.languages.rust.enable)
|
||||||
- Nix: [vim.languages.nix.enable](#opt-vim.languages.nix.enable)
|
- Nix: [vim.languages.nix.enable](#opt-vim.languages.nix.enable)
|
||||||
|
|
|
||||||
|
|
@ -515,10 +515,12 @@
|
||||||
|
|
||||||
[Morsicus](https://github.com/Morsicus):
|
[Morsicus](https://github.com/Morsicus):
|
||||||
|
|
||||||
- Add [EEx Treesitter Grammar](https://github.com/connorlay/tree-sitter-eex) for Elixir
|
- Add [EEx Treesitter Grammar](https://github.com/connorlay/tree-sitter-eex) for
|
||||||
- Add [HEEx Treesitter Grammar](https://github.com/phoenixframework/tree-sitter-heex) for Elixir
|
Elixir
|
||||||
|
- Add
|
||||||
|
[HEEx Treesitter Grammar](https://github.com/phoenixframework/tree-sitter-heex)
|
||||||
|
for Elixir
|
||||||
|
|
||||||
[diced](https://github.com/diced):
|
[diced](https://github.com/diced):
|
||||||
|
|
||||||
- Fixed `typescript` treesitter grammar not being included by default.
|
- Fixed `typescript` treesitter grammar not being included by default.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue