Sun Aug 18 00:43:23 -03 2024

This commit is contained in:
Felipe Magrassi 2024-08-18 00:43:23 -03:00
parent 129eb6efc7
commit 24dc6f8fe3
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,17 @@ vim.opt.spelllang = 'pt_br,en_us'
vim.g.have_nerd_font = true
vim.opt.swapfile = false
vim.opt.termguicolors = true
vim.opt.expandtab = true
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.cursorline = true
vim.opt.numberwidth = 4
vim.opt.ruler = true
vim.opt.scrolloff = 8
vim.opt.smartcase = true
require('which-key').add {
{ '<leader>j', group = '[J]ump' },
{ '<leader>d', group = '[C-t]est' },