|
|
@@ -6,8 +6,8 @@ Exceptions. See /LICENSE for license information.
|
|
|
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
-->
|
|
|
|
|
|
-For Carbon developers using Vim or Neovim, this plugin provides syntax
|
|
|
-highlighting for .carbon files found throughout `explorer/testdata`
|
|
|
+For Carbon developers using Vim, this plugin provides syntax highlighting for
|
|
|
+.carbon files found throughout `explorer/testdata`
|
|
|
|
|
|
## Repository and contributing
|
|
|
|
|
|
@@ -32,13 +32,3 @@ install the syntax file.
|
|
|
mkdir -p ~/.vim/syntax && cp syntax/carbon.vim ~/.vim/syntax/
|
|
|
mkdir -p ~/.vim/ftdetect && cp ftdetect/carbon.vim ~/.vim/ftdetect/
|
|
|
```
|
|
|
-
|
|
|
-### Neovim Users
|
|
|
-
|
|
|
-Instead of copying to the `~/.vim` directory, please use the `~/.config/nvim`
|
|
|
-directory, or your custom Neovim root directory.
|
|
|
-
|
|
|
-```
|
|
|
-mkdir -p ~/.config/nvim/syntax && cp syntax/carbon.vim ~/.config/nvim/syntax/
|
|
|
-mkdir -p ~/.config/nvim/ftdetect && cp ftdetect/carbon.vim ~/.config/nvim/ftdetect/
|
|
|
-```
|