1
Fork 0

Move from lualine to mini.statusline and more

This commit is contained in:
Matei Adriel 2023-12-13 19:30:04 +01:00
parent d485dfd295
commit 15d06fd26a
No known key found for this signature in database
21 changed files with 181 additions and 219 deletions
home/features/neovim/config/lua/my

View file

@ -24,16 +24,12 @@ function M.setup()
fallback = true,
-- Directory where I store my local plugin projects
path = "~/Projects",
path = vim.g.nix_projects_path,
patterns = { "Mateiadrielrafael" },
},
performance = {
rtp = {
paths = {
-- Extra runtime path specified by nix
os.getenv("NVIM_EXTRA_RUNTIME") or "",
},
paths = { vim.g.nix_extra_runtime },
disabled_plugins = {
"gzip",
"matchit",