mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
fix: incorrect description for typescript language module
This commit is contained in:
parent
f3aac8cb5a
commit
2ad526cbf5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ with builtins; let
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
options.vim.languages.ts = {
|
options.vim.languages.ts = {
|
||||||
enable = mkEnableOption "SQL language support";
|
enable = mkEnableOption "Typescript/Javascript language support";
|
||||||
|
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue