-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(merge): Compile Updates for Submodule and Settings (#115)
## Summary: In a series of commits, the project has been updates to submodule configurations, window size adjustment, theme updating, and font settings. These changes optimize user interaction and visual appearance. ## Changed: - feat: Update the submodule: nvim-config (#114) - feat: Update the windowWize to normal from full (#113) - feat: Update the theme for the lazygit (#112) ## Updated: - refactor: Minor adjustment on font setting (#111) - refactor: Update the fonts within wezterm configs (#110)
- Loading branch information
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nvim-config
updated
25 files
+24 −24 | lazy-lock.json | |
+0 −10 | lua/autocmd.lua | |
+4 −4 | lua/keymaps.lua | |
+1 −1 | lua/plugins/auto_session/init.lua | |
+1 −0 | lua/plugins/autopairs/init.lua | |
+62 −25 | lua/plugins/colorscheme/init.lua | |
+1 −0 | lua/plugins/comment/init.lua | |
+14 −0 | lua/plugins/flash/init.lua | |
+1 −0 | lua/plugins/gitsigns/init.lua | |
+2 −0 | lua/plugins/harpoon/init.lua | |
+3 −2 | lua/plugins/init.lua | |
+10 −0 | lua/plugins/lspconfig/servers.lua | |
+1 −1 | lua/plugins/lualine/custom_components.lua | |
+31 −31 | lua/plugins/lualine/custom_theme.lua | |
+9 −8 | lua/plugins/lualine/init.lua | |
+0 −37 | lua/plugins/neo_tree/configs.lua | |
+0 −22 | lua/plugins/neo_tree/init.lua | |
+1 −0 | lua/plugins/neotest/init.lua | |
+6 −2 | lua/plugins/nvim_cmp/configs.lua | |
+5 −0 | lua/plugins/nvim_surround/init.lua | |
+45 −0 | lua/plugins/oil/init.lua | |
+2 −0 | lua/plugins/telescope/keymaps.lua | |
+35 −8 | lua/plugins/toggle_term/init.lua | |
+11 −0 | lua/plugins/tw_values/init.lua | |
+1 −0 | lua/plugins/typescript_tools/init.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters