all repos — dotfiles @ 8f809f3e24ca8eae68dd54468deeea692d27b02e

personal dotfiles

nvim: add toml syntax plugin
la-ninpre leobrekalini@gmail.com
Mon, 31 May 2021 11:40:48 +0300
commit

8f809f3e24ca8eae68dd54468deeea692d27b02e

parent

8a3972f856e13561dddf8db30f0af69a20087743

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M .config/nvim/init.vim.config/nvim/init.vim

@@ -69,6 +69,7 @@ Plug 'preservim/nerdcommenter'

Plug 'tpope/vim-surround' Plug 'mbbill/undotree' Plug 'dense-analysis/ale' +Plug 'cespare/vim-toml' call plug#end() filetype plugin indent on