summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ec4438a)
This seems to be a global setting now rather than a lazyvim thing. Maybe
it affects other things too.
-- load original vimrc file
vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]])
-- load original vimrc file
vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]])
+-- TODO: review if I want this for some buffers
+vim.g.autoformat = false
+
-- bootstrap lazy.nvim, LazyVim and your plugins
package.loaded["lazyvim.config.options"] = true
require("config.lazy")
-- bootstrap lazy.nvim, LazyVim and your plugins
package.loaded["lazyvim.config.options"] = true
require("config.lazy")