mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add neovim config with some plugins
This commit is contained in:
13
.config/nvim/lua/config/set.lua
Normal file
13
.config/nvim/lua/config/set.lua
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user