require "nvchad.options" -- add yours here! -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline! require('telescope').setup{ defaults = { layout_config = { prompt_position = "top" } } }