mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add vim background option, update formatting
This commit is contained in:
parent
0962ff6eca
commit
e0a83fdeb8
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
-- make sure vim know I always have a dark terminal
|
||||
vim.opt.background = "dark"
|
||||
|
||||
-- use spaces for tabs and whatnot
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.tabstop = 2
|
||||
|
|
@ -8,4 +11,4 @@ vim.opt.softtabstop = 2
|
|||
vim.opt.shiftwidth = 2
|
||||
vim.opt.shiftround = true
|
||||
|
||||
vim.keymap.set('n', '<leader>h', ':nohlsearch<CR>')
|
||||
vim.keymap.set("n", "<leader>h", ":nohlsearch<CR>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue