feat: unlist docs view buffer from buffer list

This commit is contained in:
amrbashir
2022-05-15 04:45:27 +02:00
parent e30462dff6
commit 4d491dc47f
2 changed files with 3 additions and 2 deletions

View File

@@ -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
}