Chris 4 년 전
부모
커밋
2e863d4ffc
4개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      README.md
  2. 0 0
      lua/nv-surround/init.lua
  3. 1 0
      lua/nv-utils/init.lua
  4. 1 1
      lua/plugins.lua

+ 1 - 0
README.md

@@ -166,6 +166,7 @@ Topic](https://github.com/topics/vscode-snippets)
 - vim ult test
 - what is `fzy`
 - https://github.com/pwntester/octo.nvim
+- configure surround
 
 **PLUGIN BUGS**
 

+ 0 - 0
lua/nv-surround/init.lua


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

@@ -37,6 +37,7 @@ nv_utils.define_augroups({
         -- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'},
 
         { 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},
+        { 'FileType', '*', 'setlocal number'},
         { 'FileType', 'dashboard', 'setlocal nonumber'},
         { 'FileType', 'dashboard', 'setlocal nocursorline'},
         -- { 'FileType', 'dashboard', 'set nonumber | autocmd WinLeave <buffer> set number'},

+ 1 - 1
lua/plugins.lua

@@ -118,7 +118,7 @@ return require('packer').startup(function(use)
     use 'tpope/vim-sleuth'
     use 'sheerun/vim-polyglot'
     use 'monaqa/dial.nvim'
-    use 'MattesGroeger/vim-bookmarks' -- Look for more up to date version of this
+    use 'blackcauldron7/surround.nvim'
 
 	-- TODO put this back when stable for indent lines
 -- 	use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}