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

This commit is contained in:
2022-12-13 15:43:36 +00:00
parent b2f76df527
commit a528a8e1fc
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 }