feat(nvim): sessions & tweaks to configs

This commit is contained in:
2024-12-10 01:13:52 +02:00
parent 0964253be5
commit 320ae35dcd
3 changed files with 28 additions and 5 deletions

View File

@@ -13,9 +13,11 @@ vim.loader.enable() -- Enable the plugin loader
-- vim.global
g.mapleader = ' ' -- Space as the leader key
g.maplocalleader = ' ' -- Space as the local leader key
g.colors_theme = 'tokyonight' -- Set the colorscheme
g.colors_variant_light = 'tokyonight-day' -- Set the light variant
g.colors_variant_dark = 'tokyonight-storm' -- Set the dark variant
g.editorconfig = true -- Make sure editorconfig support is enabled
g.loaded_perl_provider = 0 -- Disable perl provider
g.loaded_ruby_provider = 0 -- Disable ruby provider