diff --git a/dev/vim-coc.nix b/dev/vim-coc.nix index f7ea52e..9a8e6ac 100644 --- a/dev/vim-coc.nix +++ b/dev/vim-coc.nix @@ -58,22 +58,6 @@ let command -nargs=0 CocShowOutput CocCommand workspace.showOutput languageserver.nix command -nargs=0 CocSemanticHighlightInfo call CocActionAsync('showSemanticHighlightInfo') - " Workaround: https://github.com/EdenEast/nightfox.nvim/issues/236 - lua vim.treesitter = { highlighter = { hl_map = {} } } - - packadd! nightfox.nvim - " https://github.com/EdenEast/nightfox.nvim/issues/218 - lua <