mirror of
https://github.com/materusPL/nixos-config
synced 2026-03-25 11:17:22 +01:00
Change tab size and tab to spaces in nvim
This commit is contained in:
parent
7111005253
commit
a0af6e0844
@ -1,4 +1,8 @@
|
||||
vim.wo.number = true
|
||||
vim.opt.number = true
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.clipboard:append { 'unnamed', 'unnamedplus' }
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user