let mapleader ="," set bg=dark set clipboard=unnamedplus set nocompatible set smartindent set tabstop=2 set softtabstop=2 set expandtab set smarttab set shiftwidth=2 set autoindent set smartindent set nobackup set nowritebackup set updatetime=300 set signcolumn=yes set completeopt=longest,menuone,preview " Use tab for trigger completion with characters ahead and navigate. inoremap \ coc#pum#visible() ? coc#pum#next(1) : \ CheckBackspace() ? "\" : \ coc#refresh() inoremap coc#pum#visible() ? coc#pum#prev(1) : "\" set ruler " show the cursor position all the time filetype plugin on syntax on set encoding=utf-8 set number relativenumber vnoremap "+y map "+P call plug#begin(stdpath('data') . '/plugged') Plug 'mattn/emmet-vim' Plug 'itchyny/lightline.vim' Plug 'ap/vim-css-color' Plug 'calviken/vim-gdscript3' Plug 'ervandew/supertab' Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() set noshowmode