mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 03:37:12 +08:00
neovim: enable some telescope exts
This commit is contained in:
parent
b94ac614c3
commit
49545a7494
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
@ -63,6 +63,9 @@ in
|
|||
};
|
||||
extensions = {
|
||||
file-browser.enable = true;
|
||||
ui-select.enable = true;
|
||||
frecency.enable = true;
|
||||
fzf-native.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue