mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
add some settings
This commit is contained in:
4
init.lua
4
init.lua
@@ -646,8 +646,8 @@ require('lazy').setup({
|
|||||||
opts = {
|
opts = {
|
||||||
notify_on_error = false,
|
notify_on_error = false,
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 500,
|
timeout_ms = 1000,
|
||||||
lsp_fallback = true,
|
lsp_fallback = false,
|
||||||
},
|
},
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
|
|||||||
Reference in New Issue
Block a user