1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: specified standard tab settings and made everything lua

This commit is contained in:
2023-09-20 03:50:27 +02:00
parent 928f9c7c27
commit eed68ee265
9 changed files with 8 additions and 18 deletions

View File

@@ -1,4 +0,0 @@
vim.o.shiftwidth = 2
vim.o.softtabstop = 2
vim.o.textwidth = 80
vim.o.colorcolumn = "-0"