Remove eyeliner nvim package

This commit is contained in:
Talia 2024-04-08 10:10:48 +02:00
parent 293f2a1897
commit 9a00d41394
1 changed files with 0 additions and 7 deletions

View File

@ -30,13 +30,6 @@ use {
{
"hedyhli/outline.nvim", config = require 'config.outline';
};
{ 'jinh0/eyeliner.nvim', config = function()
require('eyeliner').setup {
highlight_on_key = true;
dim = true;
}
end
};
'folke/twilight.nvim';
'leafo/moonscript-vim';
'neovim/nvim-lspconfig';