nvim tweaks

This commit is contained in:
Henrik Bakken
2025-03-17 15:18:52 +01:00
parent 25930fc8c3
commit e7bae11074
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
vim.cmd("UfoDetach")
+3
View File
@@ -323,6 +323,8 @@ require("lazy").setup({
debug = true, debug = true,
port = 10010, port = 10010,
dependencies_bin = { ["tinymist"] = "tinymist" }, dependencies_bin = { ["tinymist"] = "tinymist" },
follow_cursor = false,
invert_colors = "auto",
}, },
}, },
{ {
@@ -721,6 +723,7 @@ require("lazy").setup({
}) })
end, end,
}, },
"mbbill/undotree",
{ {
"debugloop/telescope-undo.nvim", "debugloop/telescope-undo.nvim",
dependencies = { dependencies = {