Picker ignoring and adding markview back.
This commit is contained in:
5
lua/plugins/markview.lua
Normal file
5
lua/plugins/markview.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- For `plugins/markview.lua` users.
|
||||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false,
|
||||
};
|
||||
@@ -5,6 +5,10 @@ return {
|
||||
picker = {
|
||||
ignored = true,
|
||||
hidden = true,
|
||||
exclude = {
|
||||
".git",
|
||||
".DS_Store",
|
||||
}
|
||||
},
|
||||
explorer = {},
|
||||
indent = {},
|
||||
|
||||
Reference in New Issue
Block a user