You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've installed SASM to learn assembly, and I definitely wanted neovim support in it, so I simply opened the project in neovim. so that can I write code in neovim(Neovide) and build in SASM, mainly via NASM.
What problem I'm facing
I've installed asm-lsp using Mason with lsp-zero config on Windows. However when I opened the .asm file in neovim, I'm not getting any diagnostic, I've checked the logs and even made sure that the LSP itself is connected and everything seems to be fine (as shown below)
What I've checked/tried
so I checked few closed issues, mainly #115 #127 #138 (didn't understand much in this one)
Took few snippets and tried to copy paste to see if it works or not
Neovim Version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1713484068
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "C:/Program Files (x86)/nvim/share/nvim"
Run :checkhealth for more info
hello_world.asm
just the default code that shows up when you open SASM
section .textglobalmainmain: ;write your code herexoreax,,,,1movecx,ret
What I'm trying to do
So I've installed SASM to learn assembly, and I definitely wanted neovim support in it, so I simply opened the project in neovim. so that can I write code in neovim(Neovide) and build in SASM, mainly via NASM.
What problem I'm facing
I've installed
asm-lsp
using Mason with lsp-zero config on Windows. However when I opened the.asm
file in neovim, I'm not getting any diagnostic, I've checked the logs and even made sure that the LSP itself is connected and everything seems to be fine (as shown below)What I've checked/tried
so I checked few closed issues, mainly
#115
#127
#138 (didn't understand much in this one)
Took few snippets and tried to copy paste to see if it works or not
Neovim Version
hello_world.asm
just the default code that shows up when you open SASM
.asm-lsp.toml
lsp-zero.lua config
:LspInfo
lsplog
I believe I included everything, also if there's any blunder on my end I apologize.
The text was updated successfully, but these errors were encountered: