-
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: add code screenshots with freeze
- Loading branch information
Showing
28 changed files
with
77 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"window": false, | ||
"theme": "catppuccin-mocha", | ||
"border": { | ||
"radius": 8, | ||
"width": 1, | ||
"color": "#cba6f7" | ||
}, | ||
"shadow": { | ||
"blur": 24, | ||
"x": 0, | ||
"y": 12 | ||
}, | ||
"padding": [ | ||
20, | ||
40, | ||
20, | ||
20 | ||
], | ||
"margin": [ | ||
50, | ||
60, | ||
70, | ||
60 | ||
], | ||
"background": "#1e1e2d", | ||
"font": { | ||
"family": "MonoLisa Variable", | ||
"size": 14, | ||
"ligatures": true | ||
}, | ||
"line_height": 1.2 | ||
} |
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/colorscheme.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/disabled.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ 'folke/tokyonight.nvim', enabled = false }, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
-- Go forward/backward with square brackets | ||
|
17 changes: 17 additions & 0 deletions
17
home/dot_config/exact_nvim/exact_lua/exact_plugins/freeze.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
'TymekDev/freeze.nvim', | ||
cmd = 'Freeze', | ||
---@module "freeze" | ||
---@type freeze.Options | ||
opts = { | ||
config = 'user', | ||
['font.family'] = 'MonoLisa Variable', | ||
theme = function() | ||
return require('freeze.themes').catppuccin_mocha | ||
end, | ||
}, | ||
}, | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ local get_gh_env = function() | |
} | ||
end | ||
|
||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/local_plugins.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/navigator.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ 'tpope/vim-rails' }, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,6 +119,7 @@ local zen = { | |
}, | ||
} | ||
|
||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/telescope.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/treesitter.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ 'nvim-treesitter/playground', cmd = 'TSPlaygroundToggle' }, | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/ts-worksheet.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/typescript.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/undotree.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/visual-multi.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ 'mg979/vim-visual-multi' }, | ||
|
1 change: 1 addition & 0 deletions
1
home/dot_config/exact_nvim/exact_lua/exact_plugins/wich-key.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
---@module "lazy" | ||
---@type LazySpec[] | ||
return { | ||
{ | ||
|
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