You've already forked neovim_config
Changing profile name
This commit is contained in:
13
lua/default/set.lua
Normal file
13
lua/default/set.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
vim.opt.nu = true
|
||||
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.scrolloff = 8
|
Reference in New Issue
Block a user