feat(nvim)!: add mini-nvim

This commit is contained in:
Moritz Böhme 2023-05-28 18:23:25 +02:00
parent a66a17984e
commit 1366bf3e08
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
17 changed files with 104 additions and 321 deletions

View file

@ -1,6 +1,17 @@
require("catppuccin").setup({
compile_path = vim.fn.stdpath("cache") .. "/catppuccin", -- fix issue of writing to nix store
integrations = {
gitsigns = true,
lsp_saga = true,
mini = true,
noice = true,
cmp = true,
native_lsp = {
enabled = true,
},
treesitter = true,
telescope = true,
lsp_trouble = true,
which_key = true,
},
})