Skip to content

Commit

Permalink
plugins/neo-tree: fix file icons (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpoz authored Oct 4, 2024
1 parent 108cfd8 commit cc14a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release-notes/rl-0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@ everyone.

[ocaml-lsp]: https://github.com/ocaml/ocaml-lsp
[new-file-template.nvim]: https://github.com/otavioschwanck/new-file-template.nvim
[neo-tree.nvim]: https://github.com/nvim-neo-tree/neo-tree.nvim

- Add [ocaml-lsp] support

- Fix "Emac" typo

- Add [new-file-template.nvim] to automatically fill new file contents using
templates.
templates

- Make [neo-tree.nvim] display file icons properly by enabling `visuals.nvimWebDevicons`

[diniamo](https://github.com/diniamo):

Expand Down
2 changes: 2 additions & 0 deletions modules/plugins/filetree/neo-tree/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ in {
"neo-tree-nvim"
];

visuals.nvimWebDevicons.enable = true;

pluginRC.neo-tree = entryAnywhere ''
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
'';
Expand Down

0 comments on commit cc14a1c

Please sign in to comment.