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

@@ -73,6 +73,12 @@ vim.o.foldenable = true
vim.o.conceallevel = 0
vim.g.markdown_folding = 1
-- standard settings for colorcolumn and tabbing
vim.o.shiftwidth = 4
vim.o.softtabstop = 4
vim.o.textwidth = 80
vim.o.colorcolumn = "-0"
-- read files correctly
vim.filetype.add({
extension = {