nvim fix autopairs

This commit is contained in:
TheK4n 2022-09-10 15:34:25 +03:00
parent 5e3dfcefc3
commit 647eee7170
3 changed files with 3 additions and 4 deletions

View File

@ -214,6 +214,3 @@ bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection c
exec --no-startup-id xrandr --dpi 80
# Wallpapers
exec --no-startup-id feh --no-fehbg --bg-scale ~/Pictures/Wallpaper/wallpaper.jpg

View File

@ -127,3 +127,5 @@ end
require('telescope').load_extension('fzf')
require("nvim-autopairs").setup {}

View File

@ -183,7 +183,7 @@ call vundle#begin()
Plugin 'Pocco81/AutoSave.nvim'
" requiered patch your font
Plugin 'ryanoasis/vim-devicons'
Plugin 'jiangmiao/auto-pairs'
Plugin 'windwp/nvim-autopairs'
" pyright
Plugin 'neovim/nvim-lspconfig'