NVtui config.

This commit is contained in:
Bartek Stalewski 2024-11-03 16:35:36 +01:00
parent 4949188076
commit 6c30aee0c0
No known key found for this signature in database
3 changed files with 32 additions and 18 deletions

3
config/nvim/lua/init.lua Normal file
View file

@ -0,0 +1,3 @@
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46_cache/"
dofile(vim.g.base46_cache .. "defaults")
dofile(vim.g.base46_cache .. "statusline")