added some cool stuff and fixed the bullshit that broke blink

This commit is contained in:
2026-05-28 15:19:52 +01:00
parent 3ad87440a0
commit 0ad3049af0
3 changed files with 15 additions and 16 deletions

View File

@@ -49,3 +49,6 @@ vim.o.autoindent = true
-- Undotree
vim.cmd("packadd nvim.undotree")
vim.keymap.set("n", "<leader>u", require("undotree").open)
-- Local project config
vim.o.exrc = true