removed mode inidcator from nvim

main
The_miro 2025-11-06 19:54:41 +01:00
parent 85538fa17c
commit ea790180bf
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ filetype on
set number set number
set cursorline set cursorline
set cursorcolumn set cursorcolumn
set noshowmode
syntax enable syntax enable
filetype plugin indent on filetype plugin indent on