Recover linting info. Small tweaks

This commit is contained in:
Juan Magalhães 2023-08-16 16:29:24 -03:00
parent 219d254ea5
commit 4287dfe370
6 changed files with 35 additions and 30 deletions

View file

@ -1,9 +1,5 @@
-- [[ Setting options ]]
-- Sets <space> as the <leader> key
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- As in nvim-tree docs
-- disable netrw at the very start of your init.lua
@ -40,6 +36,9 @@ vim.o.smartcase = true
-- Keep signcolumn on by default
vim.wo.signcolumn = 'yes'
-- Save undo history
vim.o.undofile = true
-- Decrease update time
vim.o.updatetime = 250
vim.o.timeout = true