Skip to content

Commit

Permalink
[nvim] Remove rust inlay hints
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Jun 16, 2022
1 parent cea0fb0 commit 4339298
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ set inccommand=nosplit
set omnifunc=v:lua.vim.lsp.omnifunc

autocmd TextYankPost * lua vim.highlight.on_yank {higroup="IncSearch", timeout=150, on_visual=true}
autocmd BufEnter,BufWinEnter,TabEnter *.rs :lua require'lsp_extensions'.inlay_hints{}

nnoremap <silent> gd <cmd>lua vim.lsp.buf.definition()<CR>
nnoremap <silent> gr <cmd>lua vim.lsp.buf.references()<CR>
Expand Down
1 change: 0 additions & 1 deletion vim/nvimplugins
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ doums/lsp_spinner.nvim
github/copilot.vim
hrsh7th/nvim-compe
neovim/nvim-lspconfig
nvim-lua/lsp_extensions.nvim
nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter-textobjects
nvim-treesitter/playground
Expand Down

0 comments on commit 4339298

Please sign in to comment.