replace startify with dashboard

This commit is contained in:
Chris 2021-03-21 22:40:26 -04:00
parent 23e7663aa4
commit b67c80c70c
6 changed files with 46 additions and 7 deletions

View file

@ -34,6 +34,8 @@ nv_utils.define_augroups({
{'FileType', 'java', 'nnoremap ca <Cmd>lua require(\'jdtls\').code_action()<CR>'},
{'FileType', 'markdown', 'setlocal wrap'},
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'},
-- { 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},
{'BufRead', '*.sol', 'setlocal filetype=solidity'},
{'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
-- autocmd! BufRead,BufNewFile *.{jsx,jx,js} setlocal filetype=javascript.jsx