From f4d92ed3d80d25efc5a105cea29fe9eba66b1137 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sun, 7 May 2023 15:44:11 -0400 Subject: [PATCH] Adjust rust config --- lsp.vim | 4 ++++ plug.vim | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lsp.vim b/lsp.vim index 2bf97c2..b9d1df1 100644 --- a/lsp.vim +++ b/lsp.vim @@ -9,6 +9,9 @@ set completeopt=menuone,noinsert,noselect " Avoid showing extra messages when using completion set shortmess+=c +" Recognize slint files +autocmd BufEnter *.slint :setlocal filetype=slint + " Configure LSP through rust-tools.nvim plugin. " rust-tools will configure and enable certain LSP features for us. " See https://github.com/simrat39/rust-tools.nvim#configuration @@ -82,6 +85,7 @@ lua<