1
0
Fork 0

neovim: disable flash.nvim, cleanup

This commit is contained in:
Luca Bilke 2024-06-18 09:26:47 +02:00
parent 1b1e7a2c97
commit 16c97a9804
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,9 @@
---@type LazySpec
return {
{ "debugloop/telescope-undo.nvim", lazy = true },
{ "folke/flash.nvim", enabled = false },
{ "debugloop/telescope-undo.nvim" },
{
"folke/todo-comments.nvim",
lazy = true,
event = "VeryLazy",
opts = {
highlight = {
@ -13,7 +13,6 @@ return {
},
{
"NvChad/nvim-colorizer.lua",
lazy = true,
cmd = { "ColorizerToggle", "ColorizerAttachToBuffer", "ColorizerDetachFromBuffer", "ColorizerReloadAllBuffers" },
opts = { user_default_options = { names = false } },
keys = {
@ -22,7 +21,6 @@ return {
},
{
"zk-org/zk-nvim",
lazy = true,
ft = { "markdown" },
main = "zk",
dependencies = {