mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
updates
This commit is contained in:
parent
b67c80c70c
commit
744ed8bb1c
3 changed files with 7 additions and 8 deletions
|
@ -35,7 +35,7 @@ nv_utils.define_augroups({
|
|||
{'FileType', 'markdown', 'setlocal wrap'},
|
||||
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'},
|
||||
|
||||
-- { 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},
|
||||
{ '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