mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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; [
|
||||
airline
|
||||
bufferline-nvim
|
||||
coc-nvim
|
||||
coc-tsserver
|
||||
nerdtree
|
||||
vim-autoformat
|
||||
vim-gitgutter
|
||||
|
|
|
@ -11,6 +11,8 @@ set shiftwidth=4
|
|||
set termguicolors
|
||||
colorscheme slate
|
||||
|
||||
nnoremap <space>H :call CocActionAsync('doHover')<cr>
|
||||
|
||||
|
||||
"configure plugins
|
||||
let g:gitgutter_sign_removed = "\uE0B8"
|
||||
|
|
Loading…
Reference in a new issue