Disable animations, remove deprecated dep
This commit is contained in:
@@ -8,3 +8,4 @@ local opt = vim.opt
|
|||||||
|
|
||||||
opt.mouse = "a"
|
opt.mouse = "a"
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
|
vim.g.snacks_animate = false
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
return {
|
|
||||||
"telescope.nvim",
|
|
||||||
dependencies = {
|
|
||||||
"nvim-telescope/telescope-fzf-native.nvim",
|
|
||||||
build = "make",
|
|
||||||
config = function()
|
|
||||||
require("telescope").load_extension("fzf")
|
|
||||||
end,
|
|
||||||
cond = function()
|
|
||||||
return vim.fn.executable("make") == 1
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user