From 25d6a3572294b43c96e7ea3349f11e0bc746edf7 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 7 Jul 2021 08:28:21 +0700 Subject: [PATCH] add js and yaml tree-sitter plugins --- users/rin/neovim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/rin/neovim.nix b/users/rin/neovim.nix index 703c4ce..2552f46 100644 --- a/users/rin/neovim.nix +++ b/users/rin/neovim.nix @@ -23,7 +23,6 @@ in { coc-json coc-rust-analyzer coc-tsserver - coc-yaml ctrlp-vim lualine-nvim @@ -34,8 +33,10 @@ in { vim-surround (nvim-treesitter.withPlugins (p: with p; [ + tree-sitter-javascript tree-sitter-nix tree-sitter-typescript + tree-sitter-yaml ])) ]; withNodeJs = true; @@ -53,6 +54,7 @@ in { set clipboard^=unnamed set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab set expandtab + let g:yaml_recommended_style=0 " theming let g:tokyonight_style='night'