Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Dec 12, 2024
1 parent 7dad631 commit 9160dad
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 371 deletions.
4 changes: 2 additions & 2 deletions utils/vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In order to build and install the Visual Studio Code language server extension,

Neovim's default config location is typically `~/.config/nvim` so the rest of the instructions assume that but it will need to be changed if your system is different.

Tell neovim that `*.spvasm` files should be treated as spvasm filetype
Tell neovim that `*.spvasm` files should be treated as `spvasm` filetype
```bash
echo "au BufRead,BufNewFile *.spvasm set filetype=spvasm" > ~/.config/nvim/ftdetect/spvasm.vim
```
Expand All @@ -47,7 +47,7 @@ cp spvasm.vim ~/.config/nvim/syntax/spvasm.vim

### Building the LSP (masOS / Linux)

Run `../vscode/build_lsp.sh`
Run `build_lsp.sh`
Copy `spirvls` and `spirv.json` to a location in `$PATH`

```bash
Expand Down
12 changes: 0 additions & 12 deletions utils/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,3 @@ Run `install_vscode.sh`
## Installing (Windows)

Run `install_vscode.bat`

## Installing the LSP for use outside of VSCode (masOS / Linux)

Run `install_lsp.sh`
Copy `spirvls` and `spirv.json` to a location in `$PATH`
Configure your LSP client as appropiate

## Installing the LSP for use outside of VSCode (Windows)

Run `install_lsp.bat`
Copy `spirvls` and `spirv.json` to a location in ??
Configure your LSP client as appropiate
Binary file removed utils/vscode/langsvr
Binary file not shown.
Loading

0 comments on commit 9160dad

Please sign in to comment.