updated for newest changes
This commit is contained in:
@@ -15,6 +15,13 @@ augroup GlobalOverrides
|
||||
autocmd FileType * setlocal noexpandtab tabstop=2 shiftwidth=2
|
||||
augroup END
|
||||
|
||||
|
||||
" Run rust-analyzer(1) for singular Rust files
|
||||
augroup RustOverrides
|
||||
autocmd!
|
||||
autocmd FileType rust RustStartStandaloneServerForBuffer
|
||||
augroup END
|
||||
|
||||
call plug#begin('~/.config/nvim/plugged')
|
||||
|
||||
Plug 'sainnhe/everforest'
|
||||
|
||||
Reference in New Issue
Block a user