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-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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue