mirror of https://github.com/sgoudham/dotfiles.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
Lua
15 lines
356 B
Lua
vim.opt.timeoutlen = 500
|
|
vim.opt.relativenumber = true
|
|
vim.opt.laststatus = 3
|
|
vim.opt.pumheight = 20
|
|
vim.opt.clipboard = ""
|
|
vim.opt.lazyredraw = true
|
|
vim.opt.showtabline = 0
|
|
vim.opt.completeopt = [[menuone,noinsert,noselect]]
|
|
|
|
-- Lvim Related Stuffs
|
|
lvim.log.level = "warn"
|
|
lvim.format_on_save = false
|
|
lvim.colorscheme = "catppuccin"
|
|
lvim.leader = "space"
|