Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions autoload/augment/chat.vim
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ function! augment#chat#OpenChatPanel() abort
setlocal wrap " Wrap long lines
setlocal linebreak " Wrap at word boundaries
setlocal filetype=markdown " Use markdown syntax highlighting
setlocal nonumber " Hide line numbers
setlocal norelativenumber " Hide relative line numbers
setlocal signcolumn=no " Hide sign column
setlocal nocursorline " Disable cursor line highlighting
setlocal nospell " Disable spell checking
Expand Down