mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add tsserver
This commit is contained in:
parent
1ace0577fd
commit
897014b5fb
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
packages.sconfig.start = with pkgs.vimPlugins; [
|
packages.sconfig.start = with pkgs.vimPlugins; [
|
||||||
airline
|
airline
|
||||||
bufferline-nvim
|
bufferline-nvim
|
||||||
|
coc-nvim
|
||||||
|
coc-tsserver
|
||||||
nerdtree
|
nerdtree
|
||||||
vim-autoformat
|
vim-autoformat
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
|
|
|
@ -11,6 +11,8 @@ set shiftwidth=4
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme slate
|
colorscheme slate
|
||||||
|
|
||||||
|
nnoremap <space>H :call CocActionAsync('doHover')<cr>
|
||||||
|
|
||||||
|
|
||||||
"configure plugins
|
"configure plugins
|
||||||
let g:gitgutter_sign_removed = "\uE0B8"
|
let g:gitgutter_sign_removed = "\uE0B8"
|
||||||
|
|
Loading…
Reference in a new issue