Create nix interpreter output

This commit is contained in:
2025-07-17 16:42:07 +02:00
parent f19f71c182
commit 8564daf4b5
3 changed files with 67 additions and 3 deletions

View File

@@ -25,6 +25,11 @@ require("pascal_mode")
-- Ada mode (supported by plugins)
require("ada_mode")
-- Markdown Preview
vim.g.mkdp_auto_start = 0
vim.g.mkdp_browser = "epiphany"
vim.g.mkdp_echo_preview_url = 1
-- Misc configuration
if vim == nil then
vim = {}