mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-15 03:44:43 +02:00
replace startify with dashboard
This commit is contained in:
parent
23e7663aa4
commit
b67c80c70c
6 changed files with 46 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue