Added formatter

This commit is contained in:
2023-02-07 10:39:31 -08:00
parent 0386262448
commit d6d1936973
3 changed files with 37 additions and 11 deletions

View File

@ -21,7 +21,7 @@
(bind! :n :<leader>rn vim.lsp.buf.rename buf)
; (bind! :n :<leader>cn vim.lsp.buf.code_action buf)
; (bind! :n :gr vim.lsp.buf.references buf)
(bind! :n :<leader>o #(vim.lsp.buf.format { :async true }) buf)
; (bind! :n :<leader>o #(vim.lsp.buf.format { :async true }) buf)
;; Some fzf commands
(bind! :n :gr "<cmd>FzfLua lsp_references<cr>" buf)