Skip to content

Commit

Permalink
add scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemengo committed Feb 9, 2024
1 parent dd62cb5 commit 40ec28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fnl/mods/ui/scrollbar.fnl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(module mods.ui.scrollbar {autoload {scrollbar scrollbar }})

(scrollbar.setup)
2 changes: 2 additions & 0 deletions fnl/plugins.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@
;; theme
:rcarriga/nvim-notify {:mod :ui.notify}
:folke/zen-mode.nvim {:mod :ui.zenmode}
:nvim-lualine/lualine.nvim {}
:arkav/lualine-lsp-progress {:mod :ui.lualine}
:akinsho/bufferline.nvim {:requires [[:nvim-tree/nvim-web-devicons]] :mod :ui.tab}
:nvim-focus/focus.nvim {:mod :ui.focus}
:petertriho/nvim-scrollbar {:mod :ui.scrollbar}
;; programming
:nvim-treesitter/nvim-treesitter {:run ":TSUpdate" :mod :tools.treesitter}
:ray-x/go.nvim {:mod :dev.go_nvim}
Expand Down

0 comments on commit 40ec28b

Please sign in to comment.