Skip to content

Commit 37b4091

Browse files
committed
fix abolish keymap conflict with flash remote cr
1 parent d4e3834 commit 37b4091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/config/options.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
-- Plugin options
2+
vim.g.abolish_no_mappings = true -- disable abolish keymaps
3+
vim.g.folds = "origami" -- ufo or origami
24
vim.g.pairs = "autopairs" -- minipairs, autopairs or blinkpairs
35
vim.g.picker = "snacks" -- fzf or snacks
46
vim.g.prettier_tool = "prettierd" -- prettier or prettierd
57
vim.g.statusline = "lualine" -- lualine or heirline
6-
vim.g.folds = "origami" -- ufo or origami
78

89
local opt = vim.o
910

0 commit comments

Comments
 (0)