add js and yaml tree-sitter plugins
This commit is contained in:
parent
1fb48c6a27
commit
25d6a35722
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ in {
|
||||||
coc-json
|
coc-json
|
||||||
coc-rust-analyzer
|
coc-rust-analyzer
|
||||||
coc-tsserver
|
coc-tsserver
|
||||||
coc-yaml
|
|
||||||
|
|
||||||
ctrlp-vim
|
ctrlp-vim
|
||||||
lualine-nvim
|
lualine-nvim
|
||||||
|
|
@ -34,8 +33,10 @@ in {
|
||||||
vim-surround
|
vim-surround
|
||||||
|
|
||||||
(nvim-treesitter.withPlugins (p: with p; [
|
(nvim-treesitter.withPlugins (p: with p; [
|
||||||
|
tree-sitter-javascript
|
||||||
tree-sitter-nix
|
tree-sitter-nix
|
||||||
tree-sitter-typescript
|
tree-sitter-typescript
|
||||||
|
tree-sitter-yaml
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
|
|
@ -53,6 +54,7 @@ in {
|
||||||
set clipboard^=unnamed
|
set clipboard^=unnamed
|
||||||
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
||||||
set expandtab
|
set expandtab
|
||||||
|
let g:yaml_recommended_style=0
|
||||||
|
|
||||||
" theming
|
" theming
|
||||||
let g:tokyonight_style='night'
|
let g:tokyonight_style='night'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue