]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/options.lua
nvim: define all(?) telescope keymaps ourselves
[dotfiles.git] / nvim / lua / config / options.lua
index 60c4ad333a9190db1ae345a023aee63b5b377f13..3939dbcf0dc9717c32cf9f801a0a95936a0376b6 100644 (file)
@@ -2,6 +2,12 @@
 
 local opt = vim.opt
 
+vim.g.man_hardwrap = 1
+vim.env.MANWIDTH = 80
+
+-- TODO: also try noinsert
+opt.completeopt = "menu,menuone,noselect"
+
 -- Some settings taken from LazyVim's default options
 opt.pumblend = 10 -- Popup blend
 opt.pumheight = 10 -- Maximum number of entries in a popup