cleanup nvim installation
This commit is contained in:
parent
a1e32452b3
commit
ce4d36de84
17 changed files with 69 additions and 87 deletions
|
|
@ -1,13 +1,12 @@
|
|||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
depends = {
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
opts = function()
|
||||
local icons = require("aleidk.constants").icons
|
||||
-- local Util = require("lazyvim.util")
|
||||
--
|
||||
|
||||
local function diff_source()
|
||||
local gitsigns = vim.b.gitsigns_status_dict
|
||||
if gitsigns then
|
||||
|
|
@ -69,7 +68,7 @@ return {
|
|||
},
|
||||
},
|
||||
lualine_x = {
|
||||
{ "require'lsp-status'.status()" },
|
||||
{},
|
||||
},
|
||||
lualine_y = {
|
||||
{ "location", padding = 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue