We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a98d5 commit dea1c4aCopy full SHA for dea1c4a
README.md
@@ -31,8 +31,8 @@ return {
31
opts = {
32
main = {
33
width = 148, -- or vim.wo.colorcolumn
34
- };
35
- -- TIP: find a buffer's filetype with :lua vim.notify(vim.bo.filetype)
+ },
+ -- TIP: find a buffer's filetype with :lua print(vim.bo.filetype)
36
top = {
37
{ filetype = "man" },
38
{ filetype = "help" },
0 commit comments