nvchad/lua/options.lua

14 lines
224 B
Lua
Raw Normal View History

2024-03-09 11:03:44 -05:00
require "nvchad.options"
-- add yours here!
2024-03-17 21:04:01 -04:00
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
2024-10-29 19:27:51 -04:00
require('telescope').setup{
defaults = {
layout_config = {
prompt_position = "top"
}
}
}