Skip to content

Commit

Permalink
Add todo-comments for nice highlighting/gutters for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jisantuc committed Jan 22, 2025
1 parent b8681a6 commit 6e9a98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions attrs/vimPlugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ with vimPlugins;
rose-pine
rest-nvim
tabular
todo-comments-nvim
vim-nix
vimwiki
which-key-nvim
Expand Down
2 changes: 2 additions & 0 deletions dotfiles/neovim/lua/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ require("nvim-treesitter.configs").setup {
}

vim.treesitter.language.register("markdown", { "vimwiki" })

require("todo-comments").setup()

0 comments on commit 6e9a98c

Please sign in to comment.