diff options
author | crupest <crupest@outlook.com> | 2024-03-25 22:31:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-05-17 22:05:16 +0800 |
commit | f7e19fc0bda89788f8c4c92f86dfd95b799fe8b7 (patch) | |
tree | 653914cf0d3d6ddc65555389b0432a25a5e18c97 /configs/nvim/lua/plugins.lua | |
parent | 6bf0dc35fc0cf4a35f7b50c9f0e6529737ac5752 (diff) | |
download | crupest-f7e19fc0bda89788f8c4c92f86dfd95b799fe8b7.tar.gz crupest-f7e19fc0bda89788f8c4c92f86dfd95b799fe8b7.tar.bz2 crupest-f7e19fc0bda89788f8c4c92f86dfd95b799fe8b7.zip |
configs(nvim): remove comment plugin for nvim 0.10 and update plugins.
Diffstat (limited to 'configs/nvim/lua/plugins.lua')
-rw-r--r-- | configs/nvim/lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua index 6f04738..0cca1ef 100644 --- a/configs/nvim/lua/plugins.lua +++ b/configs/nvim/lua/plugins.lua @@ -23,7 +23,6 @@ return { "mfussenegger/nvim-lint", "akinsho/toggleterm.nvim", "lewis6991/gitsigns.nvim", - "numToStr/Comment.nvim", { "nvim-neo-tree/neo-tree.nvim", dependencies = { |