feat: switch to lazyvim

This commit is contained in:
Job
2024-09-23 19:56:52 +02:00
parent 17e3a6840f
commit 5e3d7ca7fb
8 changed files with 34 additions and 26 deletions

View File

@@ -0,0 +1 @@
vim.o.textwidth = 60

View File

@@ -1,5 +0,0 @@
---@type LazySpec
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.completion.copilot-lua-cmp" },
}

View File

@@ -1,2 +0,0 @@
vim.opt.relativenumber = false
vim.opt.textwidth = 60

View File

@@ -0,0 +1,9 @@
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}

View File

@@ -0,0 +1,6 @@
return {
{
"nvimdev/dashboard-nvim",
enabled = false,
},
}