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/ntt.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/ntt.lua')
| -rw-r--r-- | lsp/ntt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/ntt.lua b/lsp/ntt.lua index 6074a28c..03e0c936 100644 --- a/lsp/ntt.lua +++ b/lsp/ntt.lua @@ -2,7 +2,7 @@ --- --- https://github.com/nokia/ntt --- Installation instructions can be found [here](https://github.com/nokia/ntt#Install). ---- Can be configured by passing a "settings" object to `ntt.setup{}`: +--- Can be configured by passing a "settings" object to vim.lsp.config('ntt'): --- ```lua --- vim.lsp.config('ntt', { --- settings = { |
