astro-nvim-v3 - fix conflict between nvim-cmp and cmp-cmdlines

This commit is contained in:
huyjaky
2025-01-17 12:04:48 +07:00
parent 48552a05a6
commit 8020aae0ce
3 changed files with 63 additions and 42 deletions

View File

@@ -35,10 +35,10 @@ return {
{ "nvim-neo-tree/neo-tree.nvim", enabled = true },
{ "folke/flash.nvim", enabled = true },
{ "github/copilot.vim", enabled = true },
{ "rafamadriz/friendly-snippets", enabled = false },
{ "JoosepAlviste/nvim-ts-context-commentstring", enabled = false },
{ "windwp/nvim-ts-autotag", enabled = true },
{ "windwp/nvim-ts-autotag", enabled = false},
}
-- if true then return {} end