Setup Asm Lsp With Nasm

I recently started reading the the book Programming Boot Sector Games. To write my own test programs i needed to setup the asm-lsp.

Here is the configuration is use in my .asm-lsp.toml file:

[default_config]
version = "0.10.0"
assembler = "nasm"
instruction_set = "x86"

[default_config.opts]
compiler = "nasm"
compile_flags_txt = []
diagnostics = true
default_diagnostics = true