feat: nvim new configs

This commit is contained in:
Rasyidan Akbar F. 2025-10-28 20:32:32 +07:00
commit 553ef00fa9
17 changed files with 447 additions and 96 deletions

View file

@ -17,12 +17,21 @@ vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
require("lazy").setup({
spec = {
{
"LazyVim/LazyVim",
import = "lazyvim.plugins",
},
{ import = "plugins" },
{ import = "config.lazyvim" },
},
defaults = {
lazy = false,
version = false,
},
install = { colorscheme = { "gruvbox", "habamax" } },
checker = { enabled = false },