Skip to content
View thiennn2's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report thiennn2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thiennn2/README.md

Xin chào 👋, Mình là Thiện.

  • Điều gì dẫn bạn tới đây ?
  • Mình có thể giúp gì cho bạn?
  • Chat với mình nhé Skype

Pinned Loading

  1. VIM init file VIM init file
    1
    let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim')
    2
    
    
    3
    if !filereadable(vimplug_exists)
    4
      if !executable("curl")
    5
        echoerr "You have to install curl or first install vim-plug yourself!"
  2. .vimrc .vimrc
    1
    let mapleader = "\<Space>"
    2
    filetype plugin on
    3
    filetype plugin indent on
    4
    
    
    5
    syntax on
  3. neovim config neovim config
    1
    let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim')
    2
    
    
    3
    if !filereadable(vimplug_exists)
    4
      if !executable("curl")
    5
        echoerr "You have to install curl or first install vim-plug yourself!"
  4. gatsby-starter-blog gatsby-starter-blog Public

    Forked from gatsbyjs/gatsby-starter-blog

    Gatsby starter for creating a blog

    JavaScript