mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
fixed neovim wrapping in aerc
This commit is contained in:
parent
83778242af
commit
67c8a6f577
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
setlocal tw=0
|
||||
setlocal lbr
|
||||
setlocal tw=0 wm=0
|
||||
setlocal wrap linebreak
|
||||
|
|
|
@ -18,7 +18,6 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do':':TSUpdate'}
|
|||
Plug 'vim-pandoc/vim-pandoc'
|
||||
Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||
Plug 'dhruvasagar/vim-table-mode'
|
||||
Plug '~/.config/nvim/after'
|
||||
Plug 'skywind3000/asyncrun.vim'
|
||||
Plug 'folke/tokyonight.nvim', {'branch':'main'}
|
||||
Plug 'nvim-lualine/lualine.nvim'
|
||||
|
|
Loading…
Reference in a new issue