fix: xdg open

This commit is contained in:
DACHXY 2025-02-27 20:08:05 +08:00
parent 186bd7cf58
commit 1b564712a6
8 changed files with 23 additions and 8 deletions

View file

@ -24,3 +24,7 @@ vim.g.lazyvim_python_lsp = "pyright"
vim.g.lazyvim_python_ruff = "ruff"
vim.g.lazyvim_eslint_auto_format = true
vim.o.background = "dark"
-- Markdown preview
vim.g.mkdp_auto_close = 0
vim.g.mkdp_combine_preview = 0