Skip to content

Commit 8921b60

Browse files
committed
chore: rm multicursor, add snacks
1 parent 2c09bed commit 8921b60

File tree

2 files changed

+23
-159
lines changed

2 files changed

+23
-159
lines changed

lua/custom/plugins/multicursor.lua

Lines changed: 0 additions & 159 deletions
This file was deleted.

lua/custom/plugins/snacks.lua

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
return {
2+
'folke/snacks.nvim',
3+
priority = 1000,
4+
lazy = false,
5+
---@type snacks.Config
6+
opts = {
7+
-- your configuration comes here
8+
-- or leave it empty to use the default settings
9+
-- refer to the configuration section below
10+
bigfile = { enabled = true },
11+
dashboard = { enabled = true },
12+
explorer = { enabled = true },
13+
indent = { enabled = true },
14+
input = { enabled = true },
15+
picker = { enabled = true },
16+
notifier = { enabled = true },
17+
quickfile = { enabled = true },
18+
scope = { enabled = true },
19+
scroll = { enabled = false },
20+
statuscolumn = { enabled = false },
21+
words = { enabled = true },
22+
},
23+
}

0 commit comments

Comments
 (0)