Skip to content

Commit

Permalink
fixup! nvim: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed Dec 17, 2023
1 parent e74069d commit 84b7434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nvim/.config/nvim/after/plugin/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ m.keys_for_filetype {
}

m.keys {
{'v', 'p', '"_dP'}
{ 'v', 'p', '"_dP' }
}

m.keys { -- closing files
Expand Down Expand Up @@ -83,5 +83,5 @@ m.keys {

require('Comment').setup()
local ft = require('Comment.ft')
ft.cpp = {'// %s', '// %s'}
ft.c = {'// %s', '// %s'}
ft.cpp = { '// %s', '// %s' }
ft.c = { '// %s', '// %s' }

0 comments on commit 84b7434

Please sign in to comment.