Compare commits

..

1 commit

Author SHA1 Message Date
raf
cf44369465
Merge 6670d752c7 into 108cfd8383 2024-10-03 11:18:55 +00:00
2 changed files with 1 additions and 6 deletions

View file

@ -103,16 +103,13 @@ 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
- Make [neo-tree.nvim] display file icons properly by enabling `visuals.nvimWebDevicons`
templates.
[diniamo](https://github.com/diniamo):

View file

@ -20,8 +20,6 @@ in {
"neo-tree-nvim"
];
visuals.nvimWebDevicons.enable = true;
pluginRC.neo-tree = entryAnywhere ''
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
'';