Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
feat(indent): temporary add mini-indenscope
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Dec 4, 2023
1 parent 30cf75e commit c758aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"mini.bufremove": { "branch": "main", "commit": "f53c7f27e36009fe61563c11cde154b94a0e5b94" },
"mini.clue": { "branch": "main", "commit": "9d04c00d72faabff6a8bc873f5324a75a2d4b13f" },
"mini.files": { "branch": "main", "commit": "3f8af5f9e4bbedbacbade760531464c0d679490d" },
"mini.indentscope": { "branch": "main", "commit": "c8fdafa7bf603d758986a27eb546c55a5c73b1a3" },
"neoconf.nvim": { "branch": "main", "commit": "64437787dba70fce50dad7bfbb97d184c5bc340f" },
"neodev.nvim": { "branch": "main", "commit": "eab4a55c43e0dec631acec992e52490b3f1b5a17" },
"neotest": { "branch": "master", "commit": "d424d262d01bccc1e0b038c9a7220a755afd2a1f" },
Expand Down
1 change: 1 addition & 0 deletions plugins/community.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ return {
cond = not vim.g.vscode,
},
{ import = "astrocommunity.motion.vim-matchup" },
{ import = "astrocommunity.indent.mini-indentscope" },
{ import = "astrocommunity.diagnostics.trouble-nvim" },
{
"trouble.nvim",
Expand Down

0 comments on commit c758aa9

Please sign in to comment.