added ultisnips to nvim

main
The_miro 2025-05-06 13:14:06 +02:00
parent 2207f12210
commit 68a36460bb
2 changed files with 13 additions and 1 deletions

View File

@ -15,11 +15,23 @@ Plug 'rust-lang/rust.vim'
Plug 'norcalli/nvim-colorizer.lua'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
call plug#end()
colorscheme cyberqueer
let g:airline_powerline_fonts = 1
let g:airline_theme='cyberqueer'
" Trigger configuration. You need to change this to something other than <tab> if you use one of the following:
" - https://github.com/Valloric/YouCompleteMe
" - https://github.com/nvim-lua/completion-nvim
let g:UltiSnipsExpandTrigger="<C-tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
" If you want :UltiSnipsEdit to split your window.
let g:UltiSnipsEditSplit="vertical"
syntax on
filetype on
set number

View File

@ -1,2 +1,2 @@
#!/bin/bash
sudo pacman -Syu python pyright
sudo pacman -Syu python pyright python-pynvim