LazyVim-custom/lua/config/options.lua
2024-11-17 04:56:04 +03:00

7 lines
362 B
Lua

-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
-- disable LazyVim auto format
-- https://www.reddit.com/r/neovim/comments/1arkhtx/how_to_disable_format_on_save_in_lazyvim/
vim.g.autoformat = false