CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
534 stars 38 forks source link

use "crunner" filetype on all crunner buffers #113

Closed n-crespo closed 4 months ago

n-crespo commented 4 months ago

This facilitates the writing of custom autocommands by differentiating terminal buffers and code runner created buffers. Furthermore, the setting of the "crunner" filetype is implemented for code runner's floating windows, but not non-floating buffers. This change fixes that discrepancy.