mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: restructure config files
This commit is contained in:
parent
feea9886f5
commit
0ac177ee21
5 changed files with 25 additions and 43 deletions
|
|
@ -2,6 +2,7 @@ local autocmd = vim.api.nvim_create_autocmd
|
|||
local augroup = vim.api.nvim_create_augroup
|
||||
local set = vim.opt
|
||||
|
||||
-- Default softtab (4)
|
||||
set.tabstop = 4
|
||||
set.softtabstop = 4
|
||||
set.shiftwidth = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue