feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline

This commit is contained in:
Jiří Štefka 2024-09-18 02:42:21 +02:00
parent 165f2b5173
commit c211d60155
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
5 changed files with 100 additions and 31 deletions

View file

@ -78,6 +78,8 @@ with final.pkgs.lib; let
nvim-surround # https://github.com/kylechui/nvim-surround/
nvim-treesitter-textobjects # https://github.com/nvim-treesitter/nvim-treesitter-textobjects/
nvim-ts-context-commentstring # https://github.com/joosepalviste/nvim-ts-context-commentstring/
(mkNvimPlugin inputs.comment-nvim "Comment.nvim") # https://github.com/numToStr/Comment.nvim
(mkNvimPlugin inputs.neotree "neo-tree.nvim") # https://github.com/numToStr/Comment.nvim
# ^ navigation/editing enhancement plugins
# Useful utilities
@ -89,9 +91,12 @@ with final.pkgs.lib; let
plenary-nvim
nvim-web-devicons
vim-repeat
nui-nvim
nvim-web-devicons
# ^ libraries that other plugins depend on
# bleeding-edge plugins from flake inputs
(mkNvimPlugin inputs.presence-nvim "presence.nvim")
# (mkNvimPlugin inputs.wf-nvim "wf.nvim") # (example) keymap hints | https://github.com/Cassin01/wf.nvim
# ^ bleeding-edge plugins from flake inputs
which-key-nvim