1
0

updated for newest changes

This commit is contained in:
2024-02-28 19:06:49 -07:00
parent 2f4b65e84b
commit fc87272a43
12 changed files with 108 additions and 120 deletions

View File

@@ -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'