Recover linting info. Small tweaks
This commit is contained in:
parent
219d254ea5
commit
4287dfe370
6 changed files with 35 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue