Skip to content

Commit

Permalink
Fix fortran comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Aug 17, 2024
1 parent 28132c0 commit ca59fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot/neovim/lua/ide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ require("Comment").setup {
end,
}

local ft = require('Comment.ft')
ft.set('fortran', '!%s')

-- docstring
-- generate docstring
require('neogen').setup({
Expand Down

0 comments on commit ca59fef

Please sign in to comment.