Lewis Campbell
Lewis Campbell
DDeno
Created by Lewis Campbell on 8/24/2024 in #help
neovim LSP - both denols and tsserver are attaching
SOLVED:
--vim.api.nvim_exec("let g:prettier#autoformat = 1", false)
--vim.api.nvim_exec("let g:prettier#autoformat = 1", false)
This was in my init.lua. It'd detect I was coding in typescript, then fire up prettier. which would in turn fire up tsserver.
2 replies
DDeno
Created by kirilligum on 1/21/2024 in #help
lvim tsx language server
can you share your init.lua? struggling with this right now, didn't work for me
10 replies
DDeno
Created by Lewis Campbell on 10/2/2022 in #help
Native extensions for Deno?
ok, thanks. just making sure it wasn't called something else
10 replies
DDeno
Created by Lewis Campbell on 10/2/2022 in #help
Native extensions for Deno?
FFI is not the same thing as native extensions. Native extensions: you write code in C (or whatever), and wrap it in deno types from some header file. you can then import this as a module.
10 replies