chore: A bunch of things I don't even remeber
This commit is contained in:
parent
bb0ce7160d
commit
1d8bcebb71
6 changed files with 25 additions and 19 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue