feat: switch to neovim

This commit is contained in:
Job
2024-09-17 18:32:24 +00:00
parent c510c7f919
commit 17e3a6840f
6 changed files with 51 additions and 4 deletions

View File

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

View File

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