new configs

This commit is contained in:
Never Gude 2026-07-11 01:35:28 +02:00
parent f3ab049a81
commit 4c81c0ca4a
10 changed files with 107 additions and 14 deletions

View file

@ -1,5 +1,8 @@
vim.treesitter.start()
vim.opt.spelllang = "de"
vim.opt.spell = true
-- vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
-- vim.wo[0][0].foldmethod = 'expr'

View file

@ -5,8 +5,6 @@ vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.o.guifont = "Adwaita Mono:h12"
vim.g.neovide_cursor_animation_length = 0.04
-- vim.g.neovide_cursor_trail_size = 0.1
-- Disable mouse input
vim.o.mouse = ""
@ -138,7 +136,6 @@ vim.api.nvim_create_autocmd('FileType', {
end,
})
vim.pack.add({ "https://github.com/mason-org/mason.nvim" })
require("mason").setup()