Temporarily disable vim-plug plugin manager due to Neovim initialisation errors.
This commit is contained in:
parent
7ff6311b2e
commit
3d8847365a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user