neovim - noshowmode

This commit is contained in:
Aria Nolan 2024-02-12 18:01:43 -05:00
parent 03847beac3
commit e45046a3d0

View file

@ -21,6 +21,7 @@
copyindent = true; copyindent = true;
signcolumn = "yes"; signcolumn = "yes";
cursorline = true; cursorline = true;
noshowmode = true;
}; };
plugins = { plugins = {
lightline = { lightline = {