Initial commit
This commit is contained in:
commit
e7b4be7296
17 changed files with 213 additions and 0 deletions
10
lua/config/opts.lua
Normal file
10
lua/config/opts.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
vim.o.number = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.cursorline = true
|
||||
vim.o.keymap = 'russian-jcuken'
|
||||
vim.o.iminsert = 0
|
||||
vim.o.imsearch = 0
|
||||
vim.g.mapleader = ' '
|
||||
Loading…
Add table
Add a link
Reference in a new issue