Cannot setup plugin
#1691
-
So i use vim-plug
Now plug.vim is the installation file for vim-plug. and plugins.vim goes like this: call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'vim-airline/vim-airline'
Plug 'nvim-tree/nvim-tree.lua'
call plug#end() and my init.vim goes like this: source $HOME/.config/nvim/vim-plug/plugins.vim
:set number
:set mouse=a i do not understand where to put the setup section. |
Beta Was this translation helpful? Give feedback.
Answered by
gegoune
Oct 27, 2022
Replies: 1 comment 3 replies
-
Please have a read through https://github.com/nanotee/nvim-lua-guide on how to set up Lua in Neovim. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aurkaxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please have a read through https://github.com/nanotee/nvim-lua-guide on how to set up Lua in Neovim.