prompt at top

This commit is contained in:
Paul Trowbridge 2024-10-29 19:27:51 -04:00
parent 9643ae8259
commit 5ecbea59dc

View File

@ -4,3 +4,10 @@ require "nvchad.options"
-- local o = vim.o -- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline! -- o.cursorlineopt ='both' -- to enable cursorline!
require('telescope').setup{
defaults = {
layout_config = {
prompt_position = "top"
}
}
}