We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I checked the source code, and I think it's a good idea to set a filetype to the buffer open by command :Rocks log
:Rocks log
the code related is log.lua
log.lua
function log.open_logfile() vim.cmd.e(log.get_logfile()) end
How about add
function log.open_logfile() vim.cmd.e(log.get_logfile()) vim.bo.filetype = "rockslog" end
by that, I can set up a smart close with q.
q
The text was updated successfully, but these errors were encountered:
rockslog
Closing as YAGNI for now.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I checked the source code, and I think it's a good idea to set a filetype to the buffer open by command
:Rocks log
the code related is
log.lua
How about add
by that, I can set up a smart close with
q
.The text was updated successfully, but these errors were encountered: