mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-21 11:21:19 +00:00
Compare commits
No commits in common. "67d9aa7cb585b315473b9558c307db5ccdc9f9bb" and "851dbc92fb5b280207bfc8234c33369b01b8efcd" have entirely different histories.
67d9aa7cb5
...
851dbc92fb
2 changed files with 1 additions and 7 deletions
|
|
@ -303,7 +303,6 @@
|
|||
- Disable mini.indentscope for applicable filetypes.
|
||||
- Fix fzf-lua having a hard dependency on fzf.
|
||||
- Enable inlay hints support - `config.vim.lsp.inlayHints`.
|
||||
- Add `neo-tree` extension to `lualine`.
|
||||
|
||||
[tebuevd](https://github.com/tebuevd):
|
||||
|
||||
|
|
|
|||
|
|
@ -14,18 +14,13 @@
|
|||
bCfg = config.vim.ui.breadcrumbs;
|
||||
in {
|
||||
config = mkMerge [
|
||||
# TODO: move into nvim-tree file
|
||||
(mkIf config.vim.filetree.nvimTree.enable {
|
||||
vim.statusline.lualine.setupOpts = {
|
||||
extensions = ["nvim-tree"];
|
||||
};
|
||||
})
|
||||
|
||||
(mkIf config.vim.filetree.neo-tree.enable {
|
||||
vim.statusline.lualine.setupOpts = {
|
||||
extensions = ["neo-tree"];
|
||||
};
|
||||
})
|
||||
|
||||
(mkIf (bCfg.enable && bCfg.lualine.winbar.enable && bCfg.source == "nvim-navic") {
|
||||
vim.statusline.lualine.setupOpts = {
|
||||
# TODO: rewrite in new syntax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue