Switch NerdTREE for oil
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
nichkara
2026-01-01 18:57:30 +01:00
parent 380e2470b3
commit d52f69ebf4
6 changed files with 258 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ require("pascal_mode")
-- Ada mode (supported by plugins)
require("ada_mode")
-- Explorer (oil)
require("explorer")
-- Markdown Preview
vim.g.mkdp_auto_start = 0
vim.g.mkdp_browser = "epiphany"
@@ -56,4 +59,4 @@ vim.g.gitblame_date_format = "%r"
vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>")
-- Set default colorscheme
vim.cmd("colo synthweave")
vim.cmd("colo vim-monokai-tasty")