Chris 4 年之前
父節點
當前提交
07b8a2d071
共有 3 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      README.md
  2. 1 0
      lua/nv-utils/init.lua
  3. 二進制
      utils/media/nvcode_logo.png

+ 2 - 1
README.md

@@ -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

+ 1 - 0
lua/nv-utils/init.lua

@@ -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

二進制
utils/media/nvcode_logo.png