diff --git a/lua/plugins/disabled-plugins.lua b/lua/plugins/disabled-plugins.lua new file mode 100644 index 0000000..270301c --- /dev/null +++ b/lua/plugins/disabled-plugins.lua @@ -0,0 +1,6 @@ +return { + { + "ggandor/flit.nvim", -- like easy motion but automatic + enabled = false, + }, +}