Skip to content

Commit

Permalink
chore: add code screenshots with freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Jan 15, 2025
1 parent fc1f3a0 commit 2de2b5a
Show file tree
Hide file tree
Showing 28 changed files with 77 additions and 1 deletion.
33 changes: 33 additions & 0 deletions home/dot_config/exact_freeze/user.json
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
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{ 'folke/tokyonight.nvim', enabled = false },
Expand Down
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
Expand Down
17 changes: 17 additions & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/freeze.lua
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,
},
},
}
1 change: 1 addition & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local get_gh_env = function()
}
end

---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
1 change: 1 addition & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local get_root_dir = function(...)
return util.root_pattern('package.json', 'tsconfig.json')(...) or util.root_pattern('.git')(...)
end

---@module "lazy"
---@type LazySpec[]
return {
-- tools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local trash_not_installed = function(commmand_name)
}, false, {})
end

---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
1 change: 1 addition & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/op.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{ 'tpope/vim-rails' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ local zen = {
},
}

---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
local Util = require('lazyvim.util')
local multigrep = require('utils.telescope.multigrep')

---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{ 'nvim-treesitter/playground', cmd = 'TSPlaygroundToggle' },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
1 change: 1 addition & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/ui.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{ 'mg979/vim-visual-multi' },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@module "lazy"
---@type LazySpec[]
return {
{
Expand Down
3 changes: 2 additions & 1 deletion home/dot_config/exact_nvim/lazyvim.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lazyvim.plugins.extras.lang.json",
"lazyvim.plugins.extras.lang.markdown",
"lazyvim.plugins.extras.lang.php",
"lazyvim.plugins.extras.lang.prisma",
"lazyvim.plugins.extras.lang.ruby",
"lazyvim.plugins.extras.lang.rust",
"lazyvim.plugins.extras.lang.svelte",
Expand All @@ -45,4 +46,4 @@
"doc/news.txt": "24450"
},
"version": 7
}
}

0 comments on commit 2de2b5a

Please sign in to comment.