mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
final configuration for coc.nvim is updated
This commit is contained in:
16
env_setup.sh
16
env_setup.sh
@@ -337,6 +337,17 @@ function setUpPluginDir {
|
|||||||
return $RETURN_SUCCESS
|
return $RETURN_SUCCESS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Final configuration for coc.nvim
|
||||||
|
function setUpCOC {
|
||||||
|
|
||||||
|
cd $HOME/.vim/pack/default/start
|
||||||
|
|
||||||
|
npm ci
|
||||||
|
|
||||||
|
checkStatus 0 "COC plugin is not fully configured!!"
|
||||||
|
|
||||||
|
return $RETURN_SUCCESS
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function setUpYCM {
|
function setUpYCM {
|
||||||
@@ -600,6 +611,11 @@ do
|
|||||||
logStatus "Setting up $plugins: " $status
|
logStatus "Setting up $plugins: " $status
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Setting up coc.nvim plugin
|
||||||
|
setUpCOC
|
||||||
|
status=$?
|
||||||
|
logStatus "Configurating coc.nvim : " $status
|
||||||
|
|
||||||
if [ "$INSTALL_YCM" = "YES" ] ; then
|
if [ "$INSTALL_YCM" = "YES" ] ; then
|
||||||
checkVimVersion
|
checkVimVersion
|
||||||
status=$?
|
status=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user