Add settings for Rust development
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"json",
|
||||
"jsonc"
|
||||
"jsonc",
|
||||
"rust"
|
||||
],
|
||||
"python.jediEnabled": true,
|
||||
"coc.source.emoji.filetypes": [
|
||||
@@ -28,5 +29,7 @@
|
||||
"svelte.plugin.css.enable": true,
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"svelte.plugin.svelte.format.enable": true,
|
||||
"html.filetypes": ["html", "javascriptreact", "typescriptreact"]
|
||||
"html.filetypes": ["html", "javascriptreact", "typescriptreact"],
|
||||
"rust.all_features": true,
|
||||
"rust-client.updateOnStartup": true
|
||||
}
|
||||
|
||||
@@ -21,3 +21,5 @@ let g:closetag_regions = {
|
||||
\ }
|
||||
|
||||
let g:ctrlp_custom_ignore = '\v[\/](\.git|node_modules|dist|build)$'
|
||||
|
||||
let g:rustfmt_autosave = 1
|
||||
|
||||
@@ -24,5 +24,6 @@ Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'caenrique/nvim-toggle-terminal'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'rust-lang/rust.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user