neovim start

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-29 16:09:43 +02:00
parent a64deb9113
commit 31df2f1a03
13 changed files with 439 additions and 67 deletions

View File

@@ -0,0 +1,18 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.o.clipboard = 'unnamedplus'
vim.o.number = true
-- vim.o.relativenumber = true
vim.o.signcolumn = 'yes'
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.updatetime = 300
vim.o.termguicolors = true
vim.o.mouse = 'a'