diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index ffe56f2..d42dea8 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -117,7 +117,6 @@ set secure " Disallow use of autocmd, shell and write in local rc set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. set ruler " Show the line and column numbers of the cursor. -set number " Show the line numbers on the left side. set formatoptions+=o " Continue comment marker in new lines. set formatoptions+=j " Delete comment character when joining commented lines set textwidth=78 " Hard-wrap long lines as you type them. @@ -141,7 +140,6 @@ set foldmethod=syntax " Create folds based on files syntax set nofoldenable " Open folds by default set undofile " Enable undo persistence across sessions set hidden " Required by LC -set relativenumber " Wild menu set wildmenu