[[ch-languages]] == Language Support Language specific support means there is a combination of language specific plugins, `treesitter` support, `nvim-lspconfig` language servers, and `null-ls` integration. This gets you capabilities ranging from autocompletion to formatting to diagnostics. The following languages have sections under the `vim.languages` attribute. See the configuration docs for details. * Rust: <> * Nix: <> * SQL: <> * C/C++: <> * Typescript/Javascript: <> * Python: <>: * Zig: <> * Markdown: <> * HTML: <> Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR.