2023-12-28 18:15:39 +01:00
|
|
|
vim.g.mapleader = " "
|
|
|
|
vim.g.maplocalleader = " "
|
|
|
|
|
|
|
|
vim.o.clipboard = "unnamedplus"
|
|
|
|
|
2023-12-29 14:19:04 +01:00
|
|
|
-- vim.o.number = true
|
2023-12-28 18:15:39 +01:00
|
|
|
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"
|