mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
add some common stuff
This commit is contained in:
10
lua/plugins/format.lua
Normal file
10
lua/plugins/format.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'stevearc/conform.nvim',
|
||||
opts = {
|
||||
format_on_save = {
|
||||
-- These options will be passed to conform.format()
|
||||
timeout_ms = 500,
|
||||
lsp_fallback = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user