forked from Archives/navigator.lua
add lspconfig in tests
This commit is contained in:
parent
1373bc3856
commit
ce449c440b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
git clone --depth 1 https://github.com/ray-x/guihua.lua ~/.local/share/nvim/site/pack/vendor/start/guihua.lua
|
||||
git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
|
||||
git clone --depth 1 https://github.com/kyazdani42/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons
|
||||
git clone --depth 1 https://github.com/neovim/nvim-lspconfig ~/.local/share/nvim/site/pack/vendor/start/nvim-lspconfig
|
||||
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
@ -1,6 +1,7 @@
|
||||
set rtp +=.
|
||||
set rtp +=../plenary.nvim/
|
||||
set rtp +=../nvim-treesitter/
|
||||
set rtp +=../nvim-lspconfig/
|
||||
set rtp +=../guihua.lua/
|
||||
set rtp +=../navigator.lua/
|
||||
|
||||
@ -8,6 +9,7 @@ runtime! plugin/plenary.vim
|
||||
runtime! plugin/nvim-treesitter.vim
|
||||
runtime! plugin/guihua.vim
|
||||
runtime! plugin/navigator.vim
|
||||
runtime! plugin/nvim-lspconfig.vim
|
||||
|
||||
set noswapfile
|
||||
set nobackup
|
||||
|
Loading…
Reference in New Issue
Block a user