1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

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
+2 -2
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-]>",