fix: neovim

This commit is contained in:
DACHXY 2025-01-02 22:17:54 +08:00
parent 08451237fe
commit e63917ca85
11 changed files with 104 additions and 89 deletions

View file

@ -1,2 +0,0 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")

View file

@ -1,4 +0,0 @@
return {
{ "neoclide/coc.nvim", branch = "release" },
{ "yaegassy/coc-volar", dependencies = "neoclide/coc.nvim", build = "yarn install --frozen-lockfile" },
}

View file

@ -3,7 +3,7 @@ return {
"3rd/image.nvim",
opts = {
backend = "kitty",
processor = "magick_rock",
processor = "magick_cli",
integrations = {
markdown = {
enabled = true,