this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: fix format on save

Seth Etter 1beeb8f9 230fcee2

-1
-1
nvim/lua/plugins/lsp.lua
··· 114 114 callback = SetupLspHandlers, 115 115 }) 116 116 vim.api.nvim_create_autocmd("BufWritePre", { 117 - pattern = { "<buffer>" }, 118 117 callback = function() 119 118 vim.lsp.buf.format() 120 119 end,