chore: add comment header to neo-tree.lua

This commit is contained in:
Sven Vogel 2024-11-07 20:16:27 +01:00
parent ce3970e903
commit b508d8dc46
1 changed files with 12 additions and 0 deletions

View File

@ -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 {