From 9a1afce9b30e033b56f38f3632464d76797913f4 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 4 May 2023 15:01:25 +0000 Subject: [PATCH] deploy: 1678ef4738d18ecc963003059be42c6733a5aef7 --- index.html | 6 ++++++ options.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 15d1c86e..54da10a3 100644 --- a/index.html +++ b/index.html @@ -78,4 +78,10 @@ Zig: vim.languages.markdown.enable
  • HTML: vim.languages.html.enable +
  • +SQL: vim.languages.sql.enable +
  • +Dart: vim.languages.dart.enable +
  • +Go: vim.languages.go.enable
  • Adding support for more languages, and improving support for existing ones are great places where you can contribute with a PR.

    \ No newline at end of file diff --git a/options.html b/options.html index 53548359..fdaa6d8c 100644 --- a/options.html +++ b/options.html @@ -413,7 +413,7 @@ https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_ <neovim-flake/modules/languages/python.nix>
    vim.languages.python.lsp.enable

    Enable Python LSP support

    Type: boolean

    Default: false

    Declared by:

    <neovim-flake/modules/languages/python.nix> -
    vim.languages.python.lsp.package

    The python treesitter package to use.

    Type: package

    Default: pkgs.vimPlugins.nvim-treesitter.builtGrammars.python

    Declared by:

    +
    vim.languages.python.lsp.package

    python LSP server package

    Type: package

    Default: <derivation pyright-1.1.298>

    Declared by:

    <neovim-flake/modules/languages/python.nix>
    vim.languages.python.lsp.server

    Python LSP server to use

    Type: value "pyright" (singular enum)

    Default: "pyright"

    Declared by:

    <neovim-flake/modules/languages/python.nix> @@ -493,7 +493,7 @@ https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_ <neovim-flake/modules/languages/zig.nix>
    vim.languages.zig.lsp.enable

    Zig LSP support (zls)

    Type: boolean

    Default: false

    Declared by:

    <neovim-flake/modules/languages/zig.nix> -
    vim.languages.zig.lsp.package

    ZLS package

    Type: package

    Default: <derivation pyright-1.1.298>

    Declared by:

    +
    vim.languages.zig.lsp.package

    ZLS package

    Type: package

    Default: <derivation zls-0.10.0>

    Declared by:

    <neovim-flake/modules/languages/zig.nix>
    vim.languages.zig.lsp.zigPackage

    Zig package used by ZLS

    Type: package

    Default: <derivation zig-0.10.1>

    Declared by:

    <neovim-flake/modules/languages/zig.nix>