spell checking
This commit is contained in:
parent
93434a8105
commit
f2e47684bc
4 changed files with 19 additions and 12 deletions
10
opt.lua
10
opt.lua
|
@ -1,13 +1,3 @@
|
|||
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