diff options
| author | Grant Lemons <grantlemons@aol.com> | 2025-01-13 22:22:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 13:22:57 +0800 |
| commit | 401237e83bc5bcdcd6c54236bd9068018a9e411e (patch) | |
| tree | ec27f7ec275b0a9748947822727b5d143338e9af /lua | |
| parent | fix(gh_actions_ls): correctly call util.root_pattern (diff) | |
| download | nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar.gz nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar.bz2 nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar.lz nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar.xz nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.tar.zst nvim-lspconfig-401237e83bc5bcdcd6c54236bd9068018a9e411e.zip | |
feat: add typst to the list of languages harper supports (#3533)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/harper_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/harper_ls.lua b/lua/lspconfig/configs/harper_ls.lua index 93d9e4cc..6a6b9895 100644 --- a/lua/lspconfig/configs/harper_ls.lua +++ b/lua/lspconfig/configs/harper_ls.lua @@ -22,6 +22,7 @@ return { 'typescriptreact', 'haskell', 'cmake', + 'typst', }, root_dir = function(fname) return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1]) |
