Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2nthony/qclose.nvim
Close any filetype with `q` nvim plugin in Lua
https://github.com/2nthony/qclose.nvim
lazyvim nvim nvim-plugin vim
Last synced: about 2 months ago
JSON representation
Close any filetype with `q` nvim plugin in Lua
- Host: GitHub
- URL: https://github.com/2nthony/qclose.nvim
- Owner: 2nthony
- License: mit
- Created: 2021-09-08T14:53:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T14:46:47.000Z (10 months ago)
- Last Synced: 2024-10-12T08:44:16.062Z (3 months ago)
- Topics: lazyvim, nvim, nvim-plugin, vim
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qclose.nvim
Just a `FileType` autocmd snippet with builtin patterns, source code from [LazyVim](https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua).
## Usage
```lua
-- lazy.nvim
return {
"2nthony/qclose.nvim",
event = "VeryLazy",
opts = {
patterns = {
-- filetypes
},
},
}
```## Credits
- LazyVim
## LICENSE
MIT