chore: add comment header to neo-tree.lua
This commit is contained in:
parent
ce3970e903
commit
b508d8dc46
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue