Skip to content

Commit

Permalink
Fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 6, 2024
1 parent 0208094 commit 47525f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lspzero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Plugin.config()

-- setup MUST go mason -> conform -> mason-conform
require("plugins.lsp.mason")
require("plugins.lsp.conform")
require("plugins.lsp.format")

vim.keymap.set("n", "<Leader>f", function()
require("conform").format({ async = true, lsp_fallback = true })
Expand Down

0 comments on commit 47525f5

Please sign in to comment.