neovim type of stuff

This commit is contained in:
2026-03-15 13:53:38 +02:00
parent 01278e4351
commit e7db7f7581
6 changed files with 97 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ vim.opt.inccommand = 'split'
vim.opt.cursorline = true
vim.opt.scrolloff = 10
-- vim.opt.textwidth = 80
vim.schedule(function()
vim.opt.clipboard = 'unnamedplus'
end)
@@ -210,11 +209,13 @@ vim.lsp.enable {
'svelte-language-server',
'rust-analyzer',
'emmet-language-server',
'tinymist',
'tsgo',
'tsls',
'qmlls',
'yamlls',
'ty',
}
vim.o.background = 'dark'
vim.cmd [[colorscheme gruvbox-material]]
vim.cmd [[colorscheme gruvbox]]