diff options
author | crupest <crupest@outlook.com> | 2023-10-02 00:02:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-02 20:04:32 +0800 |
commit | f8fe0005708f6f309f4647e77fe35675687d0ec8 (patch) | |
tree | fd1baf14c79b937a779b9100f0884fe564cf2da1 /configs/nvim/lua/plugins.lua | |
parent | 0c12f9c07105cb61927291ce5123a9b9b12f689e (diff) | |
download | crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.tar.gz crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.tar.bz2 crupest-f8fe0005708f6f309f4647e77fe35675687d0ec8.zip |
Update nvim configs.
Diffstat (limited to 'configs/nvim/lua/plugins.lua')
-rw-r--r-- | configs/nvim/lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua index 42038a7..f692a3d 100644 --- a/configs/nvim/lua/plugins.lua +++ b/configs/nvim/lua/plugins.lua @@ -1,3 +1,4 @@ +-- spellchecker: disable return { "neovim/nvim-lspconfig", "Hoffs/omnisharp-extended-lsp.nvim", |