Updates neovim config

This commit is contained in:
Dennis Schoepf 2025-05-06 19:24:01 +02:00
parent 074bccdb21
commit 117ccbf4b5
5 changed files with 323 additions and 203 deletions

View file

@ -15,11 +15,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
local opts = { noremap = true, silent = true, expr = true }
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.keymap.set("", "<Space>", "<Nop>", opts)
local options = {
backup = false, -- creates a backup file