summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/config.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/getchoo/config.lua')
-rw-r--r--.config/nvim/lua/getchoo/config.lua25
1 files changed, 0 insertions, 25 deletions
diff --git a/.config/nvim/lua/getchoo/config.lua b/.config/nvim/lua/getchoo/config.lua
deleted file mode 100644
index a67f734..0000000
--- a/.config/nvim/lua/getchoo/config.lua
+++ /dev/null
@@ -1,25 +0,0 @@
---
--- config for regular plugins
---
-
-local M = {}
-
-M.bufferline = {
- animation = true,
- auto_hide = true,
- icons = true,
- maximum_padding = 2,
- semantic_letters = true,
-}
-
-M.lualine = {
- options = {
- theme = "catppuccin",
- },
- extensions = { "nvim-tree" },
-}
-
-M.tree = {}
-
-require("getchoo.keymap")
-return M