mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 05:49:45 +01:00
feat: unlist docs view buffer from buffer list
This commit is contained in:
@@ -13,7 +13,7 @@ Plug 'amrbashir/nvim-docs-view', { 'on': 'DocsViewToggle'}
|
||||
lua << EOF
|
||||
require("docs-view").setup {
|
||||
position = "right",
|
||||
width = 300,
|
||||
width = 30,
|
||||
}
|
||||
EOF
|
||||
```
|
||||
@@ -28,7 +28,7 @@ use {
|
||||
config = function()
|
||||
require("docs-view").setup {
|
||||
position = "right",
|
||||
width = 300,
|
||||
width = 30,
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user