split up the plugins into multiple files

This commit is contained in:
2024-04-08 17:56:18 +02:00
parent 84963d5026
commit 6151a7640a
16 changed files with 119 additions and 87 deletions

View File

@@ -1,9 +1,6 @@
function Color(color)
local catppuccin_colors = require('catppuccin.palettes').get_palette('mocha')
color = color or "catppuccin-mocha"
vim.cmd.colorscheme(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })

View File

@@ -1 +0,0 @@
vim.keymap.set('n', '<leader>gs', vim.cmd.Git)

View File

@@ -1,2 +0,0 @@
print('Test')