remove neovim cruft

This commit is contained in:
Daylin Morgan 2024-10-20 12:44:48 -05:00
parent 557e81fdaa
commit 703f1270f8
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,9 @@ require("lazy").setup({
{ import = "plugins" },
{ import = "plugins.language" },
},
rocks = {
enabled = false,
},
defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.

View file

@ -18,3 +18,5 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
vim.g.zig_fmt_autosave = 0
vim.lsp.set_log_level("off")