updated options
This commit is contained in:
@@ -6,11 +6,12 @@ vim.o.wrap = false
|
||||
vim.o.undofile = true
|
||||
vim.g.mapleader = " "
|
||||
vim.o.winborder = "single"
|
||||
vim.o.completeopt = "menu,popup,noselect"
|
||||
vim.o.signcolumn = "yes"
|
||||
vim.o.foldmethod = "expr"
|
||||
vim.o.foldlevel = 99
|
||||
vim.o.inccommand = "split"
|
||||
vim.o.swapfile=false
|
||||
vim.o.updatetime=250
|
||||
|
||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
callback = function()
|
||||
|
Reference in New Issue
Block a user