Changed nvim statusline to lualine
This commit is contained in:
parent
fe13977dd8
commit
7257228dbb
2 changed files with 8 additions and 4 deletions
|
|
@ -30,3 +30,6 @@ vim.opt.cursorline = true
|
||||||
|
|
||||||
-- Set signcolumn to prevent lsp flickering
|
-- Set signcolumn to prevent lsp flickering
|
||||||
vim.opt.signcolumn = "yes"
|
vim.opt.signcolumn = "yes"
|
||||||
|
|
||||||
|
-- Always show tabline
|
||||||
|
vim.opt.laststatus = 2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"sschleemilch/slimline.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
opts = {
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
style = "fg",
|
config = function()
|
||||||
},
|
require("lualine").setup()
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue