diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-08-18 22:58:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 22:58:31 -0400 |
| commit | 1b590dc980178611b4d8f1f13daf7f23dc878294 (patch) | |
| tree | 6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/cssmodules_ls.lua | |
| parent | fix(ts/js): servers do not start when `bun.lock` exists #4008 (diff) | |
| parent | chore: miscellaneous type fixes (diff) | |
| download | nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.gz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.bz2 nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.lz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.xz nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.zst nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.zip | |
Merge #4010 from igorlfs/chore/type-annotations
Diffstat (limited to 'lsp/cssmodules_ls.lua')
| -rw-r--r-- | lsp/cssmodules_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/cssmodules_ls.lua b/lsp/cssmodules_ls.lua index 7837d32f..e100520a 100644 --- a/lsp/cssmodules_ls.lua +++ b/lsp/cssmodules_ls.lua @@ -8,6 +8,7 @@ --- ```sh --- npm install -g cssmodules-language-server --- ``` +---@type vim.lsp.Config return { cmd = { 'cssmodules-language-server' }, filetypes = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact' }, |
