feat: nvim new configs
This commit is contained in:
parent
03507560de
commit
553ef00fa9
17 changed files with 447 additions and 96 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue