This commit is contained in:
Chris 2021-03-21 23:33:08 -04:00
parent 105806c4e9
commit 07b8a2d071
3 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# NVCode ![NVCode Logo](./utils/media/nvcode_logo.png)
If you are looking for my old configs checkout the two snapshot branches If you are looking for my old configs checkout the two snapshot branches
on this repo, there is one for CoC and one for Native LSP on this repo, there is one for CoC and one for Native LSP
@ -166,6 +166,7 @@ Topic](https://github.com/topics/vscode-snippets)
**PLUGIN BUGS** **PLUGIN BUGS**
- finding files from dashboard sometimes number not set
- spell not activated in readme Markdown - spell not activated in readme Markdown
- better autoimport - better autoimport
- can't find global binary for markdownlint - can't find global binary for markdownlint

View file

@ -36,6 +36,7 @@ nv_utils.define_augroups({
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'}, -- {'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'},
-- { 'FileType', 'dashboard', 'set nonumber | autocmd WinLeave <buffer> set number'},
{'BufRead', '*.sol', 'setlocal filetype=solidity'}, {'BufRead', '*.sol', 'setlocal filetype=solidity'},
{'BufNewFile', '*.sol', 'setlocal filetype=solidity'} {'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
-- autocmd! BufRead,BufNewFile *.{jsx,jx,js} setlocal filetype=javascript.jsx -- autocmd! BufRead,BufNewFile *.{jsx,jx,js} setlocal filetype=javascript.jsx

BIN
utils/media/nvcode_logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB