Compare commits
	
		
			No commits in common. "8ba5349c5dc06161a517e21e34cb9ac4908abeff" and "c16dc3b45077b8a3b1e65af76dc6165b76ab2963" have entirely different histories.
		
	
	
		
			8ba5349c5d
			...
			c16dc3b450
		
	
		
| @ -197,9 +197,9 @@ elif [ -n "$(command -v tmux)" ] && [ -n "$(command -v kak)" ]; then | |||||||
|     alias vipe='EDITOR="/usr/bin/kak -c $SESH 2>/dev/null || /usr/bin/kak -s $SESH" vipe' |     alias vipe='EDITOR="/usr/bin/kak -c $SESH 2>/dev/null || /usr/bin/kak -s $SESH" vipe' | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if [ -n "$(command -v tmux)" ] && [ -n "$(command -v helix)" ] && [ -z "$TMUX" ]; then | if [ -n "$(command -v tmux)" ] && [ -n "$(command -v helix || command -v hx)" ] && [ -z "$TMUX" ]; then | ||||||
|     alias helix='tmux new-session -e "EDITOR=helix" helix > /dev/null'     |     alias helix='tmux new-session -e "EDITOR=hx" hx > /dev/null'     | ||||||
|     # alias hx='tmux new-session -e "EDITOR=helix" helix > /dev/null'     |     alias hx='tmux new-session -e "EDITOR=hx" hx > /dev/null'     | ||||||
| fi | fi | ||||||
| # if [ -n "$(command -v tmux)" ] && [ -z "$TMUX" ]; then | # if [ -n "$(command -v tmux)" ] && [ -z "$TMUX" ]; then | ||||||
| #     SESH="$( (tmux list-sessions 2>/dev/null || echo '-1') | cut -d' ' -f1 | tr -d ':-' | sort -r | head -n1 | xargs -I{} echo '{} + 1' | bc)" | #     SESH="$( (tmux list-sessions 2>/dev/null || echo '-1') | cut -d' ' -f1 | tr -d ':-' | sort -r | head -n1 | xargs -I{} echo '{} + 1' | bc)" | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ font-family = "" | |||||||
| # font-family = "PragmataPro Liga" | # font-family = "PragmataPro Liga" | ||||||
| # font-family = "BigBlueTermPlus Nerd Font" | # font-family = "BigBlueTermPlus Nerd Font" | ||||||
| # font-family = "Olympe Mono Hacked" | # font-family = "Olympe Mono Hacked" | ||||||
| font-family = "Iosevka Term SS12" | font-family = "Iosevka SS12" | ||||||
| font-family = "Cascadia Code" | font-family = "Cascadia Code" | ||||||
| font-family = "CaskaydiaCove Nerd Font" | font-family = "CaskaydiaCove Nerd Font" | ||||||
| # font-family = "Terminess Nerd Font Mono" | # font-family = "Terminess Nerd Font Mono" | ||||||
| @ -15,7 +15,7 @@ font-size = 14 | |||||||
| font-thicken = true | font-thicken = true | ||||||
| # font-variation = wdth=100 | # font-variation = wdth=100 | ||||||
| # theme = light:xcodelight,dark:xcodedark | # theme = light:xcodelight,dark:xcodedark | ||||||
| theme = light:dawnfox,dark:carbonfox | theme = light:nord-light,dark:nord | ||||||
| # theme = Monokai Classic | # theme = Monokai Classic | ||||||
| # window-decoration = false | # window-decoration = false | ||||||
| # gtk-adwaita = false | # gtk-adwaita = false | ||||||
|  | |||||||
| @ -15,7 +15,6 @@ | |||||||
|   "gitsigns.nvim": { "branch": "main", "commit": "6e3c66548035e50db7bd8e360a29aec6620c3641" }, |   "gitsigns.nvim": { "branch": "main", "commit": "6e3c66548035e50db7bd8e360a29aec6620c3641" }, | ||||||
|   "gruvbox-material": { "branch": "master", "commit": "6a100833060d26cd3ab85c34c5f7154a1000c12f" }, |   "gruvbox-material": { "branch": "master", "commit": "6a100833060d26cd3ab85c34c5f7154a1000c12f" }, | ||||||
|   "gruvbox.nvim": { "branch": "main", "commit": "12c2624287dc827edb5d72b2bc4c9619e692a554" }, |   "gruvbox.nvim": { "branch": "main", "commit": "12c2624287dc827edb5d72b2bc4c9619e692a554" }, | ||||||
|   "hex.nvim": { "branch": "master", "commit": "b46e63356a69e8d6f046c38a9708d55d17f15038" }, |  | ||||||
|   "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, |   "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, | ||||||
|   "leap.nvim": { "branch": "main", "commit": "e9cb442c0614a7e8185608f639e10c54e53bb083" }, |   "leap.nvim": { "branch": "main", "commit": "e9cb442c0614a7e8185608f639e10c54e53bb083" }, | ||||||
|   "love2d.nvim": { "branch": "main", "commit": "25715394680590f56aab90390d430cab0dc46808" }, |   "love2d.nvim": { "branch": "main", "commit": "25715394680590f56aab90390d430cab0dc46808" }, | ||||||
|  | |||||||
| @ -9,7 +9,6 @@ setnx('<leader>f?', Snacks.picker.grep, 'Search in files') | |||||||
| setnx('<leader>fr', Snacks.picker.recent, 'Find recent files') | setnx('<leader>fr', Snacks.picker.recent, 'Find recent files') | ||||||
| setnx('<leader>b', Snacks.picker.buffers, 'List buffers') | setnx('<leader>b', Snacks.picker.buffers, 'List buffers') | ||||||
| setnx('<leader>h', Snacks.picker.help, 'Search help') | setnx('<leader>h', Snacks.picker.help, 'Search help') | ||||||
| setnx('<leader>X', require'hex'.toggle, 'Toggle hex editor') |  | ||||||
| setnx('<leader>m', Snacks.picker.marks, 'Search marks') | setnx('<leader>m', Snacks.picker.marks, 'Search marks') | ||||||
| setnx('<leader>q', Snacks.picker.qflist, 'Search quickfix list') | setnx('<leader>q', Snacks.picker.qflist, 'Search quickfix list') | ||||||
| setnx('<leader>l', Snacks.picker.loclist, 'Search location list') | setnx('<leader>l', Snacks.picker.loclist, 'Search location list') | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ require("lazy").setup({ | |||||||
|   }, |   }, | ||||||
|   -- Configure any other settings here. See the documentation for more details. |   -- Configure any other settings here. See the documentation for more details. | ||||||
|   -- colorscheme that will be used when installing plugins. |   -- colorscheme that will be used when installing plugins. | ||||||
|   -- install = { colorscheme = { "nord" } }, |   install = { colorscheme = { "nord" } }, | ||||||
|   -- automatically check for plugin updates |   -- automatically check for plugin updates | ||||||
|   checker = { enabled = false, notify = false }, |   checker = { enabled = false, notify = false }, | ||||||
| }) | }) | ||||||
|  | |||||||
| @ -65,7 +65,7 @@ vim.g.netrw_alto = 0 | |||||||
| 
 | 
 | ||||||
| vim.ui.select = Snacks.picker.select | vim.ui.select = Snacks.picker.select | ||||||
| 
 | 
 | ||||||
| -- vim.cmd('colorscheme carbonfox') | vim.cmd('colorscheme nord') | ||||||
| 
 | 
 | ||||||
| vim.lsp.config('lua_ls', { | vim.lsp.config('lua_ls', { | ||||||
|     settings = { |     settings = { | ||||||
|  | |||||||
| @ -137,27 +137,5 @@ return { | |||||||
|         lazy = true, |         lazy = true, | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|     { |  | ||||||
|         "EdenEast/nightfox.nvim", |  | ||||||
|         priority = 1000, |  | ||||||
|         lazy = true, |  | ||||||
|     }, |  | ||||||
| 
 |  | ||||||
|     { |  | ||||||
|         "f-person/auto-dark-mode.nvim", |  | ||||||
|         opts = { |  | ||||||
|             -- your configuration comes here |  | ||||||
|             -- or leave it empty to use the default settings |  | ||||||
|             -- refer to the configuration section below |  | ||||||
|             set_dark_mode = function() |  | ||||||
|                 vim.api.nvim_set_option_value("background", "dark", {}) |  | ||||||
|                 vim.cmd('colorscheme carbonfox') |  | ||||||
|             end, |  | ||||||
|             set_light_mode = function() |  | ||||||
|                 vim.api.nvim_set_option_value("background", "light", {}) |  | ||||||
|                 vim.cmd('colorscheme dawnfox') |  | ||||||
|             end, |  | ||||||
|         }, |  | ||||||
|     }, |  | ||||||
|     -- use 'xiyaowong/transparent.nvim' |     -- use 'xiyaowong/transparent.nvim' | ||||||
| } | } | ||||||
|  | |||||||
| @ -6,16 +6,6 @@ return { | |||||||
|         lazy = true, |         lazy = true, | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|     { |  | ||||||
|         'RaafatTurki/hex.nvim', |  | ||||||
|         config = true, |  | ||||||
| 		cmd = { |  | ||||||
| 			'HexDump', |  | ||||||
| 			'HexAssemble', |  | ||||||
| 			'HexToggle', |  | ||||||
| 		}, |  | ||||||
|     }, |  | ||||||
| 
 |  | ||||||
|     { |     { | ||||||
|         "sindrets/diffview.nvim", |         "sindrets/diffview.nvim", | ||||||
|         event = 'VeryLazy', |         event = 'VeryLazy', | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user