diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 21:54:32 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 21:54:32 +0300 |
commit | 0f024abb5200ee0e6c96320cadeaba446682cb85 (patch) | |
tree | 11f9ca04df81d9d108d8d2c0cd6ccaa5cb36574f /lua/plugins/treesitter.lua | |
parent | 3dc419e3610dc248f3fedc1e4fba3d42a97b2863 (diff) | |
download | nvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.tar.xz nvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.zip |
Переработал структуру настроек и плагинов
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/plugins/treesitter.lua')
-rw-r--r-- | lua/plugins/treesitter.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua deleted file mode 100644 index 003dbb9..0000000 --- a/lua/plugins/treesitter.lua +++ /dev/null @@ -1 +0,0 @@ -require('nvim-treesitter').setup {} |