mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
udpates
This commit is contained in:
parent
105806c4e9
commit
07b8a2d071
3 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@ nv_utils.define_augroups({
|
|||
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'},
|
||||
|
||||
{ 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},
|
||||
-- { 'FileType', 'dashboard', 'set nonumber | autocmd WinLeave <buffer> set number'},
|
||||
{'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