nvim - update variables

This commit is contained in:
2022-10-17 10:34:38 +02:00
parent ebcf76bb3a
commit 6afb2542d4
2 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
require('packer-init')
require('core/theme')
require('core/basic-vars')

View File

@@ -0,0 +1,8 @@
vim.o.tabstop = 4
vim.o.softtabstop = 4
vim.o.shiftwidth = 4
vim.o.smarttab = true
vim.o.expandtab = true
vim.o.mouse = a
vim.o.number = true
vim.o.relativenumber = true