A ton of changes I forgot to commit
This commit is contained in:
parent
f981cb55e9
commit
67fc636397
14 changed files with 87 additions and 28 deletions
dotfiles/neovim/lua/my/plugins
|
@ -16,7 +16,7 @@ function M.on_attach(client, bufnr)
|
|||
|
||||
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
group = vim.api.nvim_create_augroup("LspFormatting", {}),
|
||||
callback = vim.lsp.buf.formatting_sync
|
||||
callback = vim.lsp.buf.format
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue