chore: A bunch of things I don't even remeber

This commit is contained in:
Afonso Franco 2022-12-13 15:43:36 +00:00
parent bb0ce7160d
commit 1d8bcebb71
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
6 changed files with 25 additions and 19 deletions

View file

@ -6,6 +6,7 @@ vim.opt.hlsearch = false
vim.opt.smartindent = true
vim.opt.wrap = false
vim.g.mapleader = " "
vim.opt.scrolloff = 10
--TAB KEYBINDINGS
local map = vim.api.nvim_set_keymap
local opts = { noremap = true, silent = true }