You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# open lazy vim info panel
:lazy
# open a makrdown file and check filetype (should be echo markdown)
:echo &filetype
# list autocmd of markdown
:autocmd FileType markdown