Skip to content

Commit

Permalink
feat: add lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 18, 2024
1 parent 8ac532e commit 1ea1e91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "contrib/typescript-language-server"]
path = contrib/typescript-language-server
url = https://github.com/typescript-language-server/typescript-language-server
[submodule "contrib/nvim-plugins/lualine.nvim"]
path = contrib/nvim-plugins/lualine.nvim
url = https://github.com/nvim-lualine/lualine.nvim
1 change: 1 addition & 0 deletions contrib/nvim-plugins/lualine.nvim
Submodule lualine.nvim added at 0a5a66
1 change: 1 addition & 0 deletions skel/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packloadall

runtime lib.lua
runtime keys.lua
runtime s-lualine.lua
runtime s-neotree.lua
runtime s-lsp.lua
runtime s-bufferlinetabs.lua
Expand Down
1 change: 1 addition & 0 deletions skel/.config/nvim/s-lualine.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('lualine').setup()

0 comments on commit 1ea1e91

Please sign in to comment.