Skip to content

Commit

Permalink
feat(conf/nvim): re-add zenmode/twilight for captains log
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkeleyTrue committed Nov 1, 2023
1 parent 1120487 commit 39b4c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .config/nvim/fnl/plugins.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
{:name :nvim-lualine/lualine.nvim :description "lua status line" :dependencies [[:nvim-tree/nvim-web-devicons]] :config (make-on-load lualine)}
{:name :arkav/lualine-lsp-progress :description "add lsp progress to lualine"}
{:name :folke/which-key.nvim :description "Adds popup of possible key bindings." :config (make-on-load whichkey)}
{:name :folke/twilight.nvim :description "Only hightlight current section of buffer"}
{:name :folke/zen-mode.nvim :description "minimal distraction version of a buffer"}

; parenthesis
{:name :kylechui/nvim-surround :description "Add surround movements, written in lua." :config (make-on-load surround)}
Expand Down
4 changes: 3 additions & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"telescope.nvim": { "branch": "master", "commit": "4522d7e3ea75ffddabdc39957168a8a7060b5df0" },
"tree-sitter-templ": { "branch": "master", "commit": "01ca66c21e76a95c7a37f138c60d18b83ab335cd" },
"treesj": { "branch": "main", "commit": "070e6761d0b11a55446d988a69908f7a0928dbab" },
"twilight.nvim": { "branch": "main", "commit": "8b7b50c0cb2dc781b2f4262a5ddd57571556d1e4" },
"vim-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" },
"vim-better-whitespace": { "branch": "master", "commit": "1b22dc57a2751c7afbc6025a7da39b7c22db635d" },
"vim-easy-align": { "branch": "master", "commit": "12dd6316974f71ce333e360c0260b4e1f81169c3" },
Expand All @@ -83,5 +84,6 @@
"vim-wakatime": { "branch": "master", "commit": "cda81ada9a3bf8168e2381c33831e0dd7be9b828" },
"vimsence": { "branch": "master", "commit": "79f43e9da378f66e7c7eb1c6193de8a805d8afe3" },
"vimtex": { "branch": "master", "commit": "b73f7c3272b75fc4c51fc04b7dd4f1665b259c03" },
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" },
"zen-mode.nvim": { "branch": "main", "commit": "50e2e2a36cc97847d9ab3b1a3555ba2ef6839b50" }
}

0 comments on commit 39b4c77

Please sign in to comment.