Compare commits

..

No commits in common. "c69c750d31c7a2beeec989d63b3090bce3c1ea57" and "f1e49683634f358967ad35107b150f2924ab4e70" have entirely different histories.

3 changed files with 987 additions and 961 deletions

File diff suppressed because it is too large Load Diff

View File

@ -142,8 +142,7 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'sbdchd/neoformat'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
Plug 'hrsh7th/nvim-vsnip'
" Telescope
Plug 'nvim-lua/plenary.nvim'

View File

@ -20,10 +20,6 @@ function update_pip() {
python3 -m pip install --upgrade pip --user
}
function install_neovim_module_for_python() {
pip3 install neovim --pre --user --force
}
function install_pyright() {
# Install pyright
sudo npm -g i pyright --force
@ -57,8 +53,8 @@ function install_gopls() {
function install_black() {
# Install black
pip install black --pre --user --force
pip3 install black --pre --user --force
pip install black --user
pip3 install black --user --force
}
function install_ansible() {