update
This commit is contained in:
+19
-3
@@ -1,6 +1,22 @@
|
||||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
local Snacks = require ("snacks")
|
||||
|
||||
Snacks.setup({
|
||||
bigfile = { enabled = true },
|
||||
dashboard = { enabled = true },
|
||||
explorer = { enabled = true},
|
||||
-- indent = { enabled = true },
|
||||
input = { enabled = true },
|
||||
picker = { enabled = true },
|
||||
notifier = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
scope = { enabled = true },
|
||||
-- scroll = { enabled = true },
|
||||
statuscolumn = { enabled = true },
|
||||
words = { enabled = true },
|
||||
keys = {
|
||||
{ "<leader>e", function() Snacks.explorer() end, desc = "File Explorer" },
|
||||
}
|
||||
})
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
||||
|
||||
Reference in New Issue
Block a user