diff options
Diffstat (limited to 'nvim_old/structure.txt')
-rw-r--r-- | nvim_old/structure.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nvim_old/structure.txt b/nvim_old/structure.txt new file mode 100644 index 0000000..a51b876 --- /dev/null +++ b/nvim_old/structure.txt @@ -0,0 +1,16 @@ +nvim
+| init.lua
+| lazy-lock.json
+| LICENSE
+| structure.txt
+|
++---lua
+| codev.lua
+| keybindings.lua
+| options.lua
+| plugins.lua
+|
+\---syntax
+ codelis.vim
+ codev.vim
+
|