feat!: add neovim

This commit is contained in:
2025-01-22 16:48:44 -08:00
parent 7d0ca2a7bd
commit c426ceceb8
12 changed files with 304 additions and 55 deletions

View File

@@ -0,0 +1,11 @@
vim.opt.guicursor = "n-v-i-c:block-Cursor"
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.hlsearch = false
vim.opt.incsearch = true