mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 06:47:55 +00:00
chore: linting
This commit is contained in:
@@ -54,7 +54,9 @@ return {
|
||||
event_handlers = {
|
||||
{
|
||||
event = 'file_opened',
|
||||
handler = function(_) require('neo-tree.command').execute { action = 'close' } end,
|
||||
handler = function(_)
|
||||
require('neo-tree.command').execute { action = 'close' }
|
||||
end,
|
||||
},
|
||||
},
|
||||
default_component_configs = {
|
||||
|
||||
Reference in New Issue
Block a user