Skip to content

Instantly share code, notes, and snippets.

View Alonso-Pablo's full-sized avatar
Writing code ...

Alonso Pablo Alonso-Pablo

Writing code ...
View GitHub Profile
@Alonso-Pablo
Alonso-Pablo / init.vim
Created March 23, 2022 11:35
config nvim
call plug#begin('~/.config/nvim/vim-plug')
" Fold where saves plugins data
" syntax
Plug 'sheerun/vim-polyglot'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'norcalli/nvim-colorizer.lua'
" status bar
Plug 'maximbaz/lightline-ale'