Skip to content

Instantly share code, notes, and snippets.

@SEProblem
SEProblem / init.vim
Created November 9, 2023 00:16
A NeoVim init file for your NIM dev (if you want)
set number
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
filetype on
call plug#begin()
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',