add comments and navic
This commit is contained in:
parent
b8283ec9cb
commit
d8ba9d9401
1 changed files with 12 additions and 1 deletions
|
|
@ -27,11 +27,22 @@
|
|||
|
||||
# Extensible UI for Neovim notifications and LSP progress messages.
|
||||
fidget.enable = true;
|
||||
|
||||
# A navigation plugin that uses lsp symbols to provide a breadcrumb trail
|
||||
navic.enable = true; # TODO: not seeing the output rn
|
||||
|
||||
# fast create folders and files
|
||||
oil.enable = true;
|
||||
|
||||
#telescope
|
||||
# a file explorer
|
||||
telescope.enable = true;
|
||||
|
||||
# vim exercises
|
||||
vim-be-good.enable = true;
|
||||
|
||||
web-devicons.enable = true; # be concious of this choice
|
||||
|
||||
# TODO: add floating command inputter
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue