diff --git a/nvim/init.vim b/nvim/init.vim index df2e098..9780173 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -3,7 +3,7 @@ " Copyright 2022-2023 Inference " SPDX-License-Identifier: BSD 3-Clause-Clear -" Version: 0.1.0.3 +" Version: 0.1.1.4 " Editor. @@ -11,7 +11,7 @@ set number set tabstop=4 " Plugins. -call plug#begin() +"call plug#begin() " The default plugin directory will be as follows: " - Vim (Linux/macOS): '~/.vim/plugged' " - Vim (Windows): '~/vimfiles/plugged' @@ -20,8 +20,8 @@ call plug#begin() " - e.g. `call plug#begin('~/.vim/plugged')` " - Avoid using standard Vim directory names like 'plugin' -Plug 'nvim-tree/nvim-tree.lua' +"Plug 'nvim-tree/nvim-tree.lua' " Initialize plugin system " - Automatically executes `filetype plugin indent on` and `syntax enable`. -call plug#end() +"call plug#end()