Nvim: small tweaks

This commit is contained in:
Marko Korhonen 2023-11-18 22:44:34 +02:00
parent 61577153be
commit a650d003b1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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,