1
0
Fork 0

remove duplicate plugin entry for _nvim-lspconfig_ and rename simrat39__rust-tools for a better name

This commit is contained in:
Pratham Patel 2022-09-24 21:07:30 +05:30
parent 6f99c0df37
commit 293f338405
2 changed files with 2 additions and 5 deletions

View File

@ -6,9 +6,6 @@ call plug#begin('~/.vim/plugged')
" base16 theme
Plug 'chriskempson/base16-vim'
" collection of common configurations for the Nvim LSP client
Plug 'neovim/nvim-lspconfig'
" auto-complete
Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/cmp-nvim-lsp'
@ -129,7 +126,7 @@ let g:rustfmt_autosave = 1
let g:rustfmt_emit_files = 1
let g:rustfmt_fail_silently = 0
luafile ~/.config/nvim/lua/simrat39__rust-tools.lua
luafile ~/.config/nvim/lua/simrat39__rust-tools.nvim.lua
luafile ~/.config/nvim/lua/hrsh7th__nvim-cmp.lua

View File

@ -67,7 +67,7 @@ local opts = {
-- whether the hover action window gets automatically focused
-- default: false
auto_focus = false,
auto_focus = true,
},
-- settings for showing the crate graph based on graphviz and the dot