feat: add feline
This commit is contained in:
parent
5b8a97456a
commit
e17e214958
3 changed files with 12 additions and 17 deletions
|
@ -4,7 +4,7 @@ vim.g.maplocalleader = " "
|
|||
vim.opt.belloff = "all"
|
||||
vim.opt.backspace = "2"
|
||||
vim.opt.showcmd = true
|
||||
vim.opt.laststatus = 2
|
||||
vim.opt.laststatus = 3 -- global status bar
|
||||
vim.opt.swapfile = false
|
||||
|
||||
vim.opt.number = true
|
||||
|
|
|
@ -1,20 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {
|
||||
options = {
|
||||
disabled_filetypes = {
|
||||
statusline = {
|
||||
"alpha",
|
||||
}
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
"lazy",
|
||||
"neo-tree",
|
||||
}
|
||||
},
|
||||
'freddiehaddad/feline.nvim',
|
||||
init = function()
|
||||
local ctp_feline = require('catppuccin.groups.integrations.feline')
|
||||
|
||||
ctp_feline.setup()
|
||||
|
||||
require("feline").setup({
|
||||
components = ctp_feline.get(),
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"famiu/bufdelete.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue