nvim fix autopairs
This commit is contained in:
parent
5e3dfcefc3
commit
647eee7170
@ -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
|
||||
|
||||
@ -127,3 +127,5 @@ end
|
||||
|
||||
|
||||
require('telescope').load_extension('fzf')
|
||||
|
||||
require("nvim-autopairs").setup {}
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user