From b508d8dc469dae0650efeb70cebc8e50ccb3c065 Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 7 Nov 2024 20:16:27 +0100 Subject: [PATCH] chore: add comment header to neo-tree.lua --- lua/plugins/neo-tree.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index fd6678e..4fb0ca0 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -1,4 +1,16 @@ +-- +-- Pretty file tree with various sources +-- +-- Source: https://github.com/nvim-neo-tree/neo-tree.nvim +-- .............................................. +-- +-- Author: Sven Vogel +-- Created: 01.11.2024 +-- Edited: 07.11.2024 +-- +-- ============================================== + ui = require 'config.ui' return {