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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user