neovim: disable flash.nvim, cleanup
This commit is contained in:
parent
1b1e7a2c97
commit
16c97a9804
|
@ -1,9 +1,9 @@
|
||||||
---@type LazySpec
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
{ "debugloop/telescope-undo.nvim", lazy = true },
|
{ "folke/flash.nvim", enabled = false },
|
||||||
|
{ "debugloop/telescope-undo.nvim" },
|
||||||
{
|
{
|
||||||
"folke/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
lazy = true,
|
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
highlight = {
|
highlight = {
|
||||||
|
@ -13,7 +13,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NvChad/nvim-colorizer.lua",
|
"NvChad/nvim-colorizer.lua",
|
||||||
lazy = true,
|
|
||||||
cmd = { "ColorizerToggle", "ColorizerAttachToBuffer", "ColorizerDetachFromBuffer", "ColorizerReloadAllBuffers" },
|
cmd = { "ColorizerToggle", "ColorizerAttachToBuffer", "ColorizerDetachFromBuffer", "ColorizerReloadAllBuffers" },
|
||||||
opts = { user_default_options = { names = false } },
|
opts = { user_default_options = { names = false } },
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -22,7 +21,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"zk-org/zk-nvim",
|
"zk-org/zk-nvim",
|
||||||
lazy = true,
|
|
||||||
ft = { "markdown" },
|
ft = { "markdown" },
|
||||||
main = "zk",
|
main = "zk",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
Loading…
Reference in New Issue