Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 19, 2024
1 parent 298065a commit abafed7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,19 @@ lvim.plugins = {
{ "nvim-treesitter/nvim-treesitter" },
{ "nvim-lua/plenary.nvim" },
},
},
{
"mrjones2014/nvim-ts-rainbow",
}
-- {
-- "iamcco/markdown-preview.nvim",
-- build = "cd app && npm install",
-- ft = "markdown",
-- config = function()
-- vim.g.mkdp_auto_start = 1
-- end,
-- }
-- {
-- "Zeioth/hot-reload.nvim",
-- dependencies = "nvim-lua/plenary.nvim",
-- event = "BufEnter",
Expand All @@ -46,3 +57,5 @@ vim.schedule(function()
require("cmp").setup.filetype("forester", { sources = { { name = "forester", dup = 0 } } })

end)

lvim.builtin.treesitter.rainbow.enable = true
4 changes: 4 additions & 0 deletions trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
\mdnote{some useful keys in Vim mode}{
I'm a bit rusty on Vim mode of VS Code, here are some useful keys that I like using:

- help
- `:map` to see all key mappings
- config
- `<leader>-Lr` to reload the config
- ESC
- configure CapsLock to ESC
- configure `jk` to ESC
Expand Down

0 comments on commit abafed7

Please sign in to comment.