modified Menixvim

This commit is contained in:
megit 2024-03-28 04:31:41 +08:00
parent 82c8025b4e
commit aba3be9b85
9 changed files with 190 additions and 7 deletions

View file

@ -1,7 +1,11 @@
# The line beneath this is called `modeline`. See `:help modeline`
# vim: ts=4:sts=0:sw=0:tw=78:noet
# vim: ts=4:sts=0:sw=0:noet
{
config = {
globals = {
mapleader = " ";
maplocalleader = " ";
};
options = {
relativenumber = true;
splitbelow = true;
@ -56,7 +60,7 @@
# Decrease update time
updatetime = 250;
timeout = true;
timeoutlen = 300;
timeoutlen = 1000; # time of valid keypress like for leader key in millisecond
# Set completeopt to have a better completion experience
completeopt = "menuone,noselect";