mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 07:46:55 +00:00
feat(nvim): sessions & tweaks to configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user