diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | lua/nv-utils/init.lua | 1 | ||||
-rwxr-xr-x | utils/media/nvcode_logo.png | bin | 0 -> 6112 bytes |
3 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# NVCode + 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 @@ -166,6 +166,7 @@ Topic](https://github.com/topics/vscode-snippets) **PLUGIN BUGS** +- finding files from dashboard sometimes number not set - spell not activated in readme Markdown - better autoimport - can't find global binary for markdownlint diff --git a/lua/nv-utils/init.lua b/lua/nv-utils/init.lua index 767ea09b..1b56d8ab 100644 --- a/lua/nv-utils/init.lua +++ b/lua/nv-utils/init.lua @@ -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 diff --git a/utils/media/nvcode_logo.png b/utils/media/nvcode_logo.png Binary files differnew file mode 100755 index 00000000..d8bad3ee --- /dev/null +++ b/utils/media/nvcode_logo.png |