Skip to content

Commit

Permalink
Add octo.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Apr 26, 2021
1 parent a1abec5 commit 3ec4d24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,7 @@
path = pack/plugins/opt/nvim-spectre
url = git@github.com:windwp/nvim-spectre.git
ignore = dirty
[submodule "pack/plugins/opt/octo.nvim"]
path = pack/plugins/opt/octo.nvim
url = git@github.com:pwntester/octo.nvim.git
ignore = dirty
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ call firenvim#install(0) " To enable embedding in browsers via firenvim
**Arch Linux**

```bash
yay -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang cmake-language-server lua-format
yay -S ripgrep nerd-fonts-fira-code xkb-switch lua-language-server clang cmake-language-server lua-format github-cli
```

**Windows**

```bash
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep llvm FiraCode-NF windows-terminal python
sudo scoop install -g ripgrep llvm FiraCode-NF windows-terminal gh python
pip install cmake-language-server
```

Expand Down
3 changes: 2 additions & 1 deletion lua/config/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ vim.cmd('packadd! neogit')
vim.cmd('packadd! neovim-cmake')
vim.cmd('packadd! neovim-session-manager')
vim.cmd('packadd! nvim-bufferline.lua')
vim.cmd('packadd! nvim-dap ')
vim.cmd('packadd! nvim-dap')
vim.cmd('packadd! nvim-dap-virtual-text')
vim.cmd('packadd! nvim-lspconfig')
vim.cmd('packadd! nvim-spectre')
vim.cmd('packadd! nvim-tree.lua')
vim.cmd('packadd! nvim-treesitter')
vim.cmd('packadd! nvim-ts-rainbow')
vim.cmd('packadd! nvim-web-devicons')
vim.cmd('packadd! octo.nvim')
vim.cmd('packadd! plenary.nvim')
vim.cmd('packadd! popup.nvim')
vim.cmd('packadd! quickfix-reflector.vim')
Expand Down
1 change: 1 addition & 0 deletions pack/plugins/opt/octo.nvim
Submodule octo.nvim added at 9aa7d3

0 comments on commit 3ec4d24

Please sign in to comment.