aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-03-30 21:54:32 +0300
committerValentin Popov <valentin@popov.link>2023-03-30 21:54:32 +0300
commit0f024abb5200ee0e6c96320cadeaba446682cb85 (patch)
tree11f9ca04df81d9d108d8d2c0cd6ccaa5cb36574f /lua/plugins
parent3dc419e3610dc248f3fedc1e4fba3d42a97b2863 (diff)
downloadnvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.tar.xz
nvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.zip
Переработал структуру настроек и плагинов
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/comment.lua1
-rw-r--r--lua/plugins/lualine.lua10
-rw-r--r--lua/plugins/treesitter.lua1
3 files changed, 0 insertions, 12 deletions
diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua
deleted file mode 100644
index 933d7b7..0000000
--- a/lua/plugins/comment.lua
+++ /dev/null
@@ -1 +0,0 @@
-require('Comment').setup {}
diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua
deleted file mode 100644
index 39ed92f..0000000
--- a/lua/plugins/lualine.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-require('lualine').setup {
- sections = {
- lualine_a = { 'mode' },
- lualine_b = { 'branch', 'diff' },
- lualine_c = { 'filename' },
- lualine_x = { 'encoding', 'filetype', 'filesize' },
- lualine_y = { 'progress' },
- lualine_z = { 'location' },
- }
-}
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 {}