chore(config): noshowmode for neovim

main
sudo pacman -Syu 2022-05-27 14:08:35 +07:00
parent 52b83ab3c7
commit ef6b98f174
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
-- https://neovim.io/doc/user/lua.html#lua-vim-options
vim.opt.breakindent = true
vim.opt.completeopt = { "menuone", "noinsert", "noselect" }
vim.opt.swapfile = false
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.virtualedit = "block"
vim.opt.scrolloff = 4
vim.opt.showmode = false
vim.opt.swapfile = false
vim.opt.virtualedit = "block"
vim.opt.whichwrap = "<,>,[,]"
-- Clipboard support