Skip to content

Commit dea1c4a

Browse files
committed
docs: adjust tip
1 parent 45a98d5 commit dea1c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ return {
3131
opts = {
3232
main = {
3333
width = 148, -- or vim.wo.colorcolumn
34-
};
35-
-- TIP: find a buffer's filetype with :lua vim.notify(vim.bo.filetype)
34+
},
35+
-- TIP: find a buffer's filetype with :lua print(vim.bo.filetype)
3636
top = {
3737
{ filetype = "man" },
3838
{ filetype = "help" },

0 commit comments

Comments
 (0)