tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
feat(plugin): add `octo.nvim`
Seongmin Lee
2 years ago
dc249ecb
c129e3dc
+10
3 changed files
expand all
collapse all
unified
split
lua
plugins
indent-blankline.lua
octo.lua
rocks.toml
+5
lua/plugins/indent-blankline.lua
···
2
2
scope = {
3
3
enabled = false,
4
4
},
5
5
+
exclude = {
6
6
+
filetypes = {
7
7
+
"octo",
8
8
+
}
9
9
+
}
5
10
})
+4
lua/plugins/octo.lua
···
1
1
+
require("octo").setup({
2
2
+
picker = "fzf-lua",
3
3
+
mappings_disable_default = true,
4
4
+
})
+1
rocks.toml
···
82
82
"telescope.nvim" = "scm"
83
83
tree-sitter-http = "scm"
84
84
"rest.nvim" = "3.0.2"
85
85
+
"octo.nvim" = "scm"
85
86
86
87
[plugins."gitsigns.nvim"]
87
88
git = "lewis6991/gitsigns.nvim"