1
0

convert neovim config to lua

This commit is contained in:
dtb 2025-04-18 09:54:56 -06:00
parent d3cc5416ab
commit cba16ff731

View File

@ -12,26 +12,6 @@ set nowrap
call plug#begin('~/.vim/plugged')
Plug 'Olical/conjure'
Plug 'atweiden/vim-fennel'
" Group dependencies, vim-snippets depends on ultisnips
" Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
" On-demand loading
" Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
" Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
" Using git URL
" Plug 'https://github.com/junegunn/vim-github-dashboard.git'
" Plugin options
" Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }
" Plugin outside ~/.vim/plugged with post-update hook
" Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
" Unmanaged plugin (manually installed and updated)
" Plug '~/my-prototype-plugin'
call plug#end()
]]);
vim.opt.bg = "dark";