feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline
This commit is contained in:
parent
165f2b5173
commit
c211d60155
5 changed files with 100 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue