buh-bye any syntax highlighting
This commit is contained in:
parent
74b59d4bb0
commit
ce1db60f66
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ source $HOME/.config/nvim/plugs.vim
|
|||
" source $HOME/.config/nvim/rust.lua
|
||||
source $HOME/.config/nvim/completion.lua
|
||||
|
||||
syntax on
|
||||
syntax off
|
||||
filetype plugin indent on
|
||||
"augroup filetypedetect
|
||||
" au! BufRead,BufNewFile *.hurl setfiletype hurl
|
||||
|
|
|
@ -3,6 +3,7 @@ call plug#begin('~/.local/.shared/nvim/plugged')
|
|||
" File navigation
|
||||
Plug 'scrooloose/nerdtree'
|
||||
let g:NERDTreeMinimalMenu=1
|
||||
let g:NERDTreeNodeDelimiter="\u00a0"
|
||||
|
||||
" Fuzzy file finding is great
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
|
|
Loading…
Reference in a new issue