in progress
This commit is contained in:
@ -1,6 +1,4 @@
|
|||||||
local use_google = require("utils").use_google
|
local use_google = require("utils").use_google
|
||||||
-- local tprint = require("utils").tprint
|
|
||||||
-- local dump = require("utils").dump
|
|
||||||
local log = require("utils").log
|
local log = require("utils").log
|
||||||
local notify = require 'notify'
|
local notify = require 'notify'
|
||||||
|
|
||||||
|
@ -7,7 +7,8 @@ let g:signify_skip_filename_pattern = ['\.pipertmp.*']
|
|||||||
|
|
||||||
Glug alert
|
Glug alert
|
||||||
Glug csearch
|
Glug csearch
|
||||||
Glug codefmt ktfmt_executable=`["/google/bin/releases/kotlin-google-eng/ktfmt/ktfmt_deploy.jar", "--google-style"]`
|
" Glug codefmt ktfmt_executable=`["/google/bin/releases/kotlin-google-eng/ktfmt/ktfmt_deploy.jar", "--google-style"]`
|
||||||
|
Glug codefmt
|
||||||
Glug codefmt-google
|
Glug codefmt-google
|
||||||
Glug languages
|
Glug languages
|
||||||
" applies google coding style settings to files whitelisted as google code. probably also want
|
" applies google coding style settings to files whitelisted as google code. probably also want
|
||||||
|
18
vim/.vimrc
18
vim/.vimrc
@ -95,16 +95,6 @@ endif
|
|||||||
source ~/.vim/prefs/mappings.vim
|
source ~/.vim/prefs/mappings.vim
|
||||||
source ~/.vim/prefs/leader.vim
|
source ~/.vim/prefs/leader.vim
|
||||||
source ~/.vim/prefs/ui.vim
|
source ~/.vim/prefs/ui.vim
|
||||||
" source ~/.vim/prefs/fzf.vim
|
|
||||||
|
|
||||||
filetype plugin on " redundant?
|
|
||||||
filetype plugin indent on
|
|
||||||
|
|
||||||
" auto-reload vimrc on save
|
|
||||||
augroup myvimrc
|
|
||||||
au!
|
|
||||||
au BufWritePost .vimrc,_vimrc,.vimrc.local,vimrc,.gvimrc,_gvimrc,gvimrc,*.vim nested so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
fun! NewInitBex()
|
fun! NewInitBex()
|
||||||
let &bex = '-' . strftime("(%Y%m%d)-{%H%M}")
|
let &bex = '-' . strftime("(%Y%m%d)-{%H%M}")
|
||||||
@ -119,13 +109,6 @@ set t_Co=256
|
|||||||
|
|
||||||
let base16colorspace=256
|
let base16colorspace=256
|
||||||
set colorcolumn=100
|
set colorcolumn=100
|
||||||
if has('macunix')
|
|
||||||
let g:python3_host_prog='/usr/local/bin/python3'
|
|
||||||
let g:python_host_prog='/usr/local/bin/python3'
|
|
||||||
else
|
|
||||||
let g:python3_host_prog='/usr/bin/python3'
|
|
||||||
let g:python_host_prog='/usr/bin/python'
|
|
||||||
endif
|
|
||||||
|
|
||||||
if (has("termguicolors"))
|
if (has("termguicolors"))
|
||||||
set termguicolors
|
set termguicolors
|
||||||
@ -213,4 +196,5 @@ function! s:AddBufferToTab()
|
|||||||
tabfirst
|
tabfirst
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
|
filetype plugin indent on
|
||||||
lua require("plugins")
|
lua require("plugins")
|
||||||
|
Reference in New Issue
Block a user