Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lualine #10

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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()