Compare commits

..

No commits in common. "78a52d75cab268c564813227eab1b66a3e51cd34" and "7c5122abb0906305fae8464969627c748db92569" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -80,16 +80,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})
'';