13 lines
371 B
Lua
13 lines
371 B
Lua
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,
|
|
}
|