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;
signcolumn = "yes";
cursorline = true;
noshowmode = true;
};
plugins = {
lightline = {