chore(neovim): Reorder plugins

- mini.indentscope moved inside mini.nvim
- markdown: Better header icons
This commit is contained in:
Pratik Tripathy
2025-01-26 21:52:25 +05:30
parent ca060f2410
commit 15f04d7829
4 changed files with 39 additions and 42 deletions

View File

@@ -33,9 +33,9 @@ return {
build = ":Codeium Auth",
event = "InsertEnter",
opts = {
enable_cmp_source = vim.g.ai_cmp,
enable_cmp_source = true,
virtual_text = {
enabled = not vim.g.ai_cmp,
enabled = false,
key_bindings = {
accept = false, -- handled by nvim-cmp / blink.cmp
next = "<M-]>",