diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-06-13 18:22:34 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-06-13 18:22:34 +0800 |
| commit | a8e0b9115b658a6bae3d04f3df050d946aac5af7 (patch) | |
| tree | 553ce0ea9940ee20f1a5ecdb4e4201c82aafe85f /store/config/nvim/lua/setup/lsp.lua | |
| parent | 49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb (diff) | |
| download | crupest-a8e0b9115b658a6bae3d04f3df050d946aac5af7.tar.gz crupest-a8e0b9115b658a6bae3d04f3df050d946aac5af7.tar.bz2 crupest-a8e0b9115b658a6bae3d04f3df050d946aac5af7.zip | |
chore: clean dictionary.
Diffstat (limited to 'store/config/nvim/lua/setup/lsp.lua')
| -rw-r--r-- | store/config/nvim/lua/setup/lsp.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/store/config/nvim/lua/setup/lsp.lua b/store/config/nvim/lua/setup/lsp.lua index a11ad34..6a58759 100644 --- a/store/config/nvim/lua/setup/lsp.lua +++ b/store/config/nvim/lua/setup/lsp.lua @@ -1,5 +1,3 @@ --- spellchecker: words denols luals - vim.lsp.config("*", { capabilities = vim.tbl_extend("force", vim.lsp.protocol.make_client_capabilities(), |
