diff --git a/lua/options.lua b/lua/options.lua index 738f20b..b019957 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -4,3 +4,10 @@ require "nvchad.options" -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline! +require('telescope').setup{ + defaults = { + layout_config = { + prompt_position = "top" + } + } +}