This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-11 16:59:01 -05:00
parent d0b9672730
commit 2cd8efc1df
18 changed files with 241 additions and 212 deletions

13
opt.lua Normal file
View file

@ -0,0 +1,13 @@
return {
-- shell = "zsh -l", -- sets vim.opt.shell,
-- completeopt = { "menuone", "noselect", "noinsert" },
-- shortmess = vim.opt.shortmess + { c = true },
-- function()
-- vim.api.nvim_set_option("updatetime", 300)
-- vim.cmd [[
-- set signcolumn=yes
-- autocmd CursorHold * lua vim.diagnostic.open_float(nil, { focusable = false })
-- ]]
-- end,
}