|
|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
local vim = vim |
|
|
|
local vim = vim |
|
|
|
local Plug = vim.fn['plug#'] |
|
|
|
local Plug = vim.fn['plug#'] |
|
|
|
|
|
|
|
local config_path = vim.fn.stdpath('config') .. '/' |
|
|
|
|
|
|
|
|
|
|
|
-- I have no idea how to auto-install vim-plug on Windows |
|
|
|
-- I have no idea how to auto-install vim-plug on Windows |
|
|
|
-- so you will have to install it manually. |
|
|
|
-- so you will have to install it manually. |
|
|
@ -15,7 +16,7 @@ vim.cmd [[ |
|
|
|
endif |
|
|
|
endif |
|
|
|
]] |
|
|
|
]] |
|
|
|
|
|
|
|
|
|
|
|
vim.call('plug#begin', '~/.config/nvim/plugged') |
|
|
|
vim.call('plug#begin', config_path .. 'plugged') |
|
|
|
|
|
|
|
|
|
|
|
-- UI |
|
|
|
-- UI |
|
|
|
Plug 'arcticicestudio/nord-vim' |
|
|
|
Plug 'arcticicestudio/nord-vim' |