Compare commits

..

3 Commits

Author SHA1 Message Date
y0rune c69c750d31 Changed the nvim-vsnip to vim-vsnip 2022-11-21 22:21:51 +01:00
y0rune 12ca3baa0a Added into installer the neovim and black (pre) 2022-11-21 22:21:28 +01:00
y0rune d47dfa3a30 New config of karabinier 2022-11-21 22:21:07 +01:00
3 changed files with 964 additions and 990 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -142,7 +142,8 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'sbdchd/neoformat'
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/nvim-vsnip'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
" Telescope
Plug 'nvim-lua/plenary.nvim'
+6 -2
View File
@@ -20,6 +20,10 @@ 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
@@ -53,8 +57,8 @@ function install_gopls() {
function install_black() {
# Install black
pip install black --user
pip3 install black --user --force
pip install black --pre --user --force
pip3 install black --pre --user --force
}
function install_ansible() {