aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
commita0f2f7e29035553562941f4046db88d707daf199 (patch)
treeb6b56019f89a2f3b1a6cffccba2849687ee61241 /configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua
parent346b5256b99e28cd5c67c03dca4be84e1c75f749 (diff)
downloadcrupest-a0f2f7e29035553562941f4046db88d707daf199.tar.gz
crupest-a0f2f7e29035553562941f4046db88d707daf199.tar.bz2
crupest-a0f2f7e29035553562941f4046db88d707daf199.zip
chore(store): move everything to store.
Diffstat (limited to 'configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua')
-rw-r--r--configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua b/configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua
deleted file mode 100644
index 2ef0d75..0000000
--- a/configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local function setup()
- require('lualine').setup {}
- require("nvim-tree").setup {}
- require("nvim-autopairs").setup {}
-end
-
-return {
- setup = setup
-}