diff options
author | admin <contact@optics-design.com> | 2025-05-11 00:43:32 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-11 00:43:32 +0200 |
commit | 102f9a5608cbb7b5553cd0d1862b6bd8e40c8075 (patch) | |
tree | f6ae6dbbf3c9b60e34bb0e24dca20008c704f721 /nvim_old/structure.txt | |
parent | 681468ea7f56624ca869e7ba859f4457a8412cc3 (diff) |
refractored neovim config
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
+
|