Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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