user/neovim: some changes
- replace ctrlp with fzf(-lsp) - remove nerdtree - use lsp_signature-nvim - remove ts-comment and ts-jsdoc - performance issues - add volar takeover
This commit is contained in:
parent
fd9ad280ad
commit
bba52e38de
4 changed files with 27 additions and 10 deletions
|
|
@ -12,6 +12,7 @@
|
|||
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${config.xdg.configHome}/java";
|
||||
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
FZF_DEFAULT_COMMAND = "fd --type f --hidden --follow --exclude .git";
|
||||
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
||||
GTK2_RC_FILES = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
LESSHISTFILE = "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue