manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.42k stars 205 forks source link

Fix file api for remote files without tramp #855

Closed norris-young closed 7 months ago

norris-young commented 7 months ago

While opening remote files without tramp, these buffers' (buffer-file-name) are nil. So we exchange the order of conditions check to avoid nil buffer name for remote files without tramp.