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<