neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim.git
Log | Files | Refs

commit 7d25debdd2e6079a24bdb4dde1621a36e693dc47
parent 38652d462b14bdd52805e442f97bc14951ce50aa
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Thu, 29 Jul 2021 10:59:01 +0200

update

Diffstat:
Minit.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/init.lua b/init.lua @@ -8,7 +8,6 @@ local colors = require('tms.colors') vim.g.mapleader = ',' vim.cmd('syntax enable') vim.opt.background = colors.get_theme() or 'dark' -print(vim.opt.background:get()) vim.cmd('colorscheme ' .. (colors.get_scheme() or 'solarized')) -- OPTIONS