Configuration for my various machines!
vim.o.number = true
vim.o.autoindent = true
vim.o.softtabstop = 4
vim.o.tabstop = 4
vim.o.expandtab = true
vim.o.shiftwidth = 4
vim.o.showcmd = true
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.linebreak = true
vim.o.hidden = true
vim.o.laststatus = 3
vim.o.cmdheight = 1


vim.g.mapleader = '\\'
vim.g.maplocalleader = ' '

vim.keymap.set('n', '<localleader>h', vim.lsp.buf.hover)