https://github.com/niuiic/window.nvim
https://github.com/niuiic/window.nvim
neovim plugin window
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niuiic/window.nvim
- Owner: niuiic
- License: mit
- Created: 2023-01-09T11:25:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T04:36:36.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:51:47.096Z (7 months ago)
- Topics: neovim, plugin, window
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)