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
commit99e2e923d0c77b02f3fb4ff648ea916954868606 (patch)
treeec8e03f6f2cd1ce43990fb4fe6cd631967d0237e /configs/nvim/config-root/lua/crupest/nvim/plugins/others.lua
parent1cee979f5d36b311a03cc7397a036ba11caf3d42 (diff)
downloadcrupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.gz
crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.bz2
crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.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
-}