changes
This commit is contained in:
commit
92691d7506
40 changed files with 2011 additions and 0 deletions
10
moduler/common/neovim/config/options.lua
Normal file
10
moduler/common/neovim/config/options.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
vim.opt.wrap = true
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.o.termguicolors = true
|
||||
vim.wo.relativenumber = true
|
||||
vim.wo.number = true
|
||||
vim.g.mapleader = ' '
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue