diff options
| author | kkard2 <[email protected]> | 2024-04-28 19:04:47 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-04-28 19:04:47 +0200 |
| commit | eab6633f6e2b4bdc9cc63d44d0da3bc82811f61e (patch) | |
| tree | d16668cce6c4df923d3bfe5f4b95301344d4232c /nvim | |
| parent | 42261647201984cc5403c89f0a34d9cacc9ce13e (diff) | |
treesitter doing a little bit of trolling as always (also these colors are better)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 760e7a9..f0b3d3a 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -201,6 +201,7 @@ require("lazy").setup({ }, ignore_install = { "haskell", -- hangs terminal window in certain cases + "html", }, }) vim.cmd("TSUpdate") |
