Skip to content

Commit

Permalink
Update .config/nvim/lua/plugins/nvim-lspconfig.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Jan 23, 2025
1 parent 0e47d3c commit e757a80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_config/nvim/lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ return {
end,
})
vim.keymap.set("n", "<space>f", my_format, opts)
wk.add({
{ "<space>f", "<cmd>lua my_format()<CR>", desc = "Format" },
})
end
end,
})
Expand Down

0 comments on commit e757a80

Please sign in to comment.