Add lualine

This commit is contained in:
Saeed Afzal
2024-05-23 09:58:49 +01:00
parent e04245ecdb
commit 327e221872
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
{ {
"lazy.nvim": { "branch": "main", "commit": "31ddbea7c10b6920c9077b66c97951ca8682d5c8" }, "lazy.nvim": { "branch": "main", "commit": "8f19915175395680808de529e4220da8dafc0759" },
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
"plenary.nvim": { "branch": "master", "commit": "8aad4396840be7fc42896e3011751b7609ca4119" }, "plenary.nvim": { "branch": "master", "commit": "8aad4396840be7fc42896e3011751b7609ca4119" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
"telescope.nvim": { "branch": "master", "commit": "d00d9df48c00d8682c14c2b5da78bda7ef06b939" }, "telescope.nvim": { "branch": "master", "commit": "d00d9df48c00d8682c14c2b5da78bda7ef06b939" },

View File

@@ -2,12 +2,8 @@ return {
"wakatime/vim-wakatime", "wakatime/vim-wakatime",
{ {
"folke/tokyonight.nvim", "nvim-lualine/lualine.nvim",
lazy = false, requires = "nvim-tree/nvim-web-devicons",
priority = 1000, config = true
opts = {
style = "night",
transparent = true
}
} }
} }

View File

@@ -0,0 +1,8 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night",
}
}