Fix neovim config for snippets and added user snippets

This commit is contained in:
2023-09-25 10:28:32 +05:30
parent ac66a60f4a
commit aca8316422
142 changed files with 34 additions and 2 deletions
+3
View File
@@ -29,3 +29,6 @@ PS1="${F_BOLD}${C_AQUAMARINE1}\u@\h${C_YELLOW1} \w \\\$${NO_FORMAT} "
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export EDITOR=vim
export HISTCONTROL=ignoredups
export HISTSIZE=11000
export HISTFILESIZE=11000