neovim: disable flash.nvim, cleanup
This commit is contained in:
parent
b60b83ed7a
commit
dbce5bd4c3
1 changed files with 2 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue