tentative de config sans autoformat
parent
0ecc12662d
commit
4c73a7f70d
|
|
@ -1,2 +1,5 @@
|
||||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
vim.g.autoformat = false -- globally
|
||||||
|
vim.b.autoformat = false -- buffer-local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue