Skip to content

Instantly share code, notes, and snippets.

call plug#begin('~/.vim/plugged')
Plug 'tomasiser/vim-code-dark'
call plug#end()
colorscheme codedark
set number
syntax on
set showmode
set nobackup
@cj-praveen
cj-praveen / README.md
Created July 15, 2026 08:59
a basic interpreter. [Experimental]

Syntax:

Comments

# Comments

Variable declaration

var1 = "hello"