fix theming
This commit is contained in:
parent
edfe487b8a
commit
39c8317c93
11 changed files with 467 additions and 126 deletions
|
@ -10,6 +10,10 @@ for key, _ in pairs(obsidian_commands) do
|
|||
table.insert(results, string.sub(key, 9))
|
||||
end
|
||||
|
||||
Local = 100
|
||||
local Local = 3
|
||||
print(Local)
|
||||
|
||||
local obsidian_picker = function(opts)
|
||||
opts = opts or require("telescope.themes").get_dropdown{}
|
||||
pickers.new(opts, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue