diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-26 15:59:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 15:59:54 -0700 |
| commit | 3dde1b87963ed93bf1c7e63392fbc5e60520f2ad (patch) | |
| tree | 2e987572b9a055d6718f2eda6d16e82b72bfc9a5 /lsp/slangd.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.gz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.bz2 nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.lz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.xz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.zst nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.zip | |
docs: cleanup #3791
Diffstat (limited to 'lsp/slangd.lua')
| -rw-r--r-- | lsp/slangd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/slangd.lua b/lsp/slangd.lua index 1dcf12dd..6df1c87f 100644 --- a/lsp/slangd.lua +++ b/lsp/slangd.lua @@ -5,7 +5,7 @@ --- The `slangd` binary can be downloaded as part of [slang releases](https://github.com/shader-slang/slang/releases) or --- by [building `slang` from source](https://github.com/shader-slang/slang/blob/master/docs/building.md). --- ---- The server can be configured by passing a "settings" object to `slangd.setup{}`: +--- The server can be configured by passing a "settings" object to vim.lsp.config('slangd'): --- --- ```lua --- vim.lsp.config('slangd', { |
