all repos

init.lua @ 46283fc61141c65a5144db6a8677063e9c7fede0

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat: disable mouse menu, yeah vim has a menu that you can open by mouse
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-14 01:12:49 +0200
Parent: 30bea05
M lua/core/options.lua

@@ -18,6 +18,7 @@ vim.o.smartcase = true

vim.o.number = true vim.o.relativenumber = true vim.o.termguicolors = true +vim.o.mousemodel = "extend" vim.o.completeopt = "menuone,noselect" vim.o.clipboard = "unnamedplus" vim.o.fileencoding = "utf-8"

@@ -32,6 +33,7 @@ vim.o.sidescrolloff = 8

vim.o.signcolumn = "yes" vim.o.hidden = true vim.o.title = true +vim.o.linebreak = true vim.o.wrap = false -- listchars