(neovim) Go back to LazyVim, as it's blazingy fast.

This commit is contained in:
Bartek Stalewski 2025-07-13 01:14:36 +02:00
parent 977453fa05
commit 737fb45fac
No known key found for this signature in database
48 changed files with 644 additions and 508 deletions

View file

@ -1,20 +0,0 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
local o = vim.o
o.expandtab = true
o.gdefault = true
o.hlsearch = false
o.inccommand = "split"
o.relativenumber = false
o.shiftround = true
o.termguicolors = true
o.wrap = true
o.writebackup = false
o.clipboard = ""
o.foldcolumn = "0"
o.mouse = ""
o.shiftwidth = 2
o.softtabstop = 2
o.statuscolumn = ""
o.tabstop = 2
o.whichwrap = ""