mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "9164088ecc3e968e257b1fc08650fc136c34fc2c" and "1a248036aa64021ceb9430e301c2c1827ec6defd" have entirely different histories.
9164088ecc
...
1a248036aa
3 changed files with 1 additions and 18 deletions
|
@ -66,9 +66,6 @@
|
||||||
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
|
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
|
||||||
Plug 'dag/vim2hs'
|
Plug 'dag/vim2hs'
|
||||||
Plug 'norcalli/nvim-colorizer.lua'
|
Plug 'norcalli/nvim-colorizer.lua'
|
||||||
if g:vim_ide_treesitter
|
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
lua <<EOF
|
|
||||||
require'nvim-treesitter.configs'.setup {
|
|
||||||
ensure_installed = "maintained",
|
|
||||||
highlight = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
indent = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
EOF
|
|
|
@ -1,7 +1,6 @@
|
||||||
let g:nvim_dotfiles_dir = expand('<sfile>:p:h')
|
let g:nvim_dotfiles_dir = expand('<sfile>:p:h')
|
||||||
|
|
||||||
let g:vim_ide = get(g:, 'vim_ide', 0)
|
let g:vim_ide = get(g:, 'vim_ide', 0)
|
||||||
let g:vim_ide_treesitter = get(g:, 'vim_ide_treesitter', 0)
|
|
||||||
|
|
||||||
let &runtimepath = g:nvim_dotfiles_dir.','.&runtimepath.','.g:nvim_dotfiles_dir.'/after'
|
let &runtimepath = g:nvim_dotfiles_dir.','.&runtimepath.','.g:nvim_dotfiles_dir.'/after'
|
||||||
|
|
||||||
|
@ -20,9 +19,6 @@ call plug#begin(s:vim_plug_home)
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
runtime! dotfiles/plugins-list.vim
|
runtime! dotfiles/plugins-list.vim
|
||||||
call plug#end()
|
call plug#end()
|
||||||
if g:vim_ide_treesitter
|
|
||||||
runtime! dotfiles/treesitter.vim
|
|
||||||
endif
|
|
||||||
|
|
||||||
" Automatically install/clean plugins (because I'm a programmer) {{{
|
" Automatically install/clean plugins (because I'm a programmer) {{{
|
||||||
augroup vimrc-plugins
|
augroup vimrc-plugins
|
||||||
|
@ -34,4 +30,5 @@ endif
|
||||||
augroup END
|
augroup END
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
||||||
colorscheme dotfiles
|
colorscheme dotfiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue