Skip to content

Commit

Permalink
stylua
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Pohjola <summeli@summeli.com>
  • Loading branch information
Summeli committed May 7, 2024
1 parent 3f75f87 commit 00dbf67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vim.opt.runtimepath:append "."
vim.cmd.runtime { "plugin/plenary.vim", bang = true }
vim.cmd.runtime { "plugin/html-entities.nvim", bang = true }
vim.opt.runtimepath:append('.')
vim.cmd.runtime({ 'plugin/plenary.vim', bang = true })
vim.cmd.runtime({ 'plugin/html-entities.nvim', bang = true })

0 comments on commit 00dbf67

Please sign in to comment.