(import-macros {: set! : setv!} :nvrc.macro.set) (local {: disable-builtins!} (require :nvrc.macro.misc)) (set! clipboard :unnamedplus) ; Interface (set! cul) (set! cmdheight 1) (set! number) (set! shortmess+ :sI) (set! signcolumn :yes) (set! splitbelow) (set! splitright) (set! termguicolors) (set! lazyredraw) ; Style (set! expandtab) (set! tabstop 8) (set! shiftwidth 2) (set! smartindent) (set! list) (set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "*" :nbsp "+"}) ; Miscellaneous (set! ignorecase) (set! smartcase) (set! mouse :a) (set! timeoutlen 400) (set! updatetime 250) (set! undofile) (set! whichwrap+ "<>[]hl") (disable-builtins! [:2html_plugin :getscript :getscriptPlugin :gzip :logipat :netrw :netrwPlugin :netrwSettings :netrwFileHandlers :matchit :tar :tarPlugin :rrhelper :spellfile_plugin :vimball :vimballPlugin :zip :zipPlugin])