An open API service indexing awesome lists of open source software.

https://github.com/niuiic/window.nvim


https://github.com/niuiic/window.nvim

neovim plugin window

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# window.nvim

[More neovim plugins](https://github.com/niuiic/awesome-neovim-plugins)

## Features

| function | feature | description |
| ------------------------------ | ------------------------------- | ----------------------------------- |
| `require('window').maximize()` | maximize/restore current window | No affect on current window layout. |
| `require('window').pin()` | pin current window | Only work for floating windows. |

Maximize window

## Dependencies

- [core.nvim](https://github.com/niuiic/core.nvim)