mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim): Reorder plugins
- mini.indentscope moved inside mini.nvim - markdown: Better header icons
This commit is contained in:
@@ -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-]>",
|
||||
|
||||
Reference in New Issue
Block a user