asd
This commit is contained in:
parent
d0b9672730
commit
2cd8efc1df
18 changed files with 241 additions and 212 deletions
13
opt.lua
Normal file
13
opt.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue