Skip to content

Commit

Permalink
Remove treesitter-context
Browse files Browse the repository at this point in the history
It doesn't like Haskell, and I wound up not missing it that much when I
disabled it for a bit
  • Loading branch information
jisantuc committed Nov 22, 2024
1 parent 4dfbb8f commit f7ce655
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion attrs/vimPlugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ with vimPlugins;
nvim-lspconfig
nvim-metals
nvim-tree-lua
nvim-treesitter-context
nvim-web-devicons
plenary-nvim
purescript-vim
Expand Down
1 change: 0 additions & 1 deletion dotfiles/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ require("custom-lsp-config")
require("custom-luasnip")
require("custom-neotest")
require("custom-rest-nvim")
require("custom-treesitter")
require("custom-vimwiki")
require("custom-which-key")
require("fzf-config")
Expand Down
1 change: 0 additions & 1 deletion dotfiles/neovim/lua/custom-treesitter.lua

This file was deleted.

5 changes: 1 addition & 4 deletions dotfiles/neovim/lua/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ require("nvim-treesitter.configs").setup {
},
}

require("treesitter-context").setup {
max_lines = 3,
line_numbers = true
}
vim.treesitter.language.register("markdown", { "vimwiki" })

0 comments on commit f7ce655

Please sign in to comment.