Skip to content

Commit

Permalink
neovim: enable some telescope exts
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 22, 2024
1 parent b94ac61 commit 49545a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/home/all/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ in
plugins = {

# UI
web-devicons.enable = true;
lualine.enable = true;
bufferline.enable = true;
treesitter.enable = true;
which-key = {
enable = true;
};
web-devicons.enable = true;
noice = {
# WARNING: This is considered experimental feature, but provides nice UX
enable = true;
Expand All @@ -63,6 +63,9 @@ in
};
extensions = {
file-browser.enable = true;
ui-select.enable = true;
frecency.enable = true;
fzf-native.enable = true;
};
};

Expand Down

0 comments on commit 49545a7

Please sign in to comment.