Nvim: small tweaks

This commit is contained in:
Marko Korhonen 2023-11-18 22:44:34 +02:00
parent 43d1cf31d8
commit 2277d4d170
2 changed files with 3 additions and 7 deletions

View file

@ -12,7 +12,7 @@ return {
{
"folke/neodev.nvim",
opts = {
override = function(root_dir, library)
override = function(_, library)
library.enabled = true
library.plugins = true
end,