Move from lualine to mini.statusline and more
This commit is contained in:
parent
d485dfd295
commit
15d06fd26a
21 changed files with 181 additions and 219 deletions
home/features/neovim/config/lua/my
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue