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
This is a good beginner issue.
I have a few file-types for single line comments. But there is a large amount of programming languages to support.
Select a language not already on the list and add the single line comment for the language.
For example: file['haskell'] = '--'
You can get the file-type for a corresponding file by using filetype = vim.bo.filetype and print(filetype)
Relevant file to change: nvim-dogecomments/lua/Dogecomments/filetypes.lua
The text was updated successfully, but these errors were encountered:
This is a good beginner issue.
I have a few file-types for single line comments. But there is a large amount of programming languages to support.
Select a language not already on the list and add the single line comment for the language.
For example:
file['haskell'] = '--'
You can get the file-type for a corresponding file by using
filetype = vim.bo.filetype
andprint(filetype)
Relevant file to change: nvim-dogecomments/lua/Dogecomments/filetypes.lua
The text was updated successfully, but these errors were encountered: