mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 08:59:24 +00:00
[neovim] Simplify plugins including
This commit is contained in:
@ -1,9 +1,4 @@
|
||||
local status_ok, illuminate = pcall(require, "illuminate")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
illuminate.configure({
|
||||
require("illuminate").configure({
|
||||
delay = 200,
|
||||
filetypes_denylist = {
|
||||
"neo-tree",
|
||||
|
Reference in New Issue
Block a user