Add neovim config with some plugins

This commit is contained in:
don philipe
2025-01-22 22:29:58 +01:00
parent f303f1aa1d
commit 01ce55d107
15 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
-- Custom settings
vim.opt.guicursor = ""
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.scrolloff = 8
vim.opt.incsearch = true
vim.opt.signcolumn = "yes"