mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01: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 {
|
||||
options.vim.languages.ts = {
|
||||
enable = mkEnableOption "SQL language support";
|
||||
enable = mkEnableOption "Typescript/Javascript language support";
|
||||
|
||||
treesitter = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Reference in a new issue