remove neovim cruft
This commit is contained in:
parent
557e81fdaa
commit
703f1270f8
2 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,9 @@ require("lazy").setup({
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
{ import = "plugins.language" },
|
{ import = "plugins.language" },
|
||||||
},
|
},
|
||||||
|
rocks = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
-- 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.
|
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
||||||
|
|
|
@ -18,3 +18,5 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
||||||
|
|
||||||
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
|
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
|
||||||
vim.g.zig_fmt_autosave = 0
|
vim.g.zig_fmt_autosave = 0
|
||||||
|
|
||||||
|
vim.lsp.set_log_level("off")
|
||||||
|
|
Loading…
Reference in a new issue