feat: lualine config and stuff
This commit is contained in:
parent
c45475a62d
commit
e7ab3b8f26
7 changed files with 54 additions and 9 deletions
dotfiles/neovim/lua/my/plugins
12
dotfiles/neovim/lua/my/plugins/lualine.lua
Normal file
12
dotfiles/neovim/lua/my/plugins/lualine.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
require('lualine').setup({
|
||||
theme = "github",
|
||||
|
||||
-- Integration with other plugins
|
||||
extensions = {"nvim-tree"}
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue