Skip to content

Commit 2e00041

Browse files
Hitesh Paulianding1
authored andcommitted
Add buffer local options ideal for description
1 parent e4f04ae commit 2e00041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/leetcode.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,8 @@ function! leetcode#ResetSolution(with_latest_submission) abort
733733

734734
call append('$', output)
735735
setlocal nomodifiable
736+
setlocal buftype=nofile
737+
setlocal nospell
736738

737739
silent! normal! ggdd
738740
execute 'wincmd j'

0 commit comments

Comments
 (0)