diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:59:02 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:59:02 +0530 |
| commit | 5e577b7c0160192abcb352390f52bb9acc12acdb (patch) | |
| tree | 0e4225ecbf4f96ccb4f6bebb5e7b86e89ec74dee | |
| parent | 65a6e693c34c24ca717943b0304391705079bf5f (diff) | |
More tsitter parsers
| -rw-r--r-- | lua/bee/init.lua | 5 | ||||
| -rw-r--r-- | module.nix | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/lua/bee/init.lua b/lua/bee/init.lua index ca4ba08..05c56a4 100644 --- a/lua/bee/init.lua +++ b/lua/bee/init.lua @@ -45,6 +45,11 @@ nixInfo.lze.load({ colorscheme = "tokyonight", }, { + "kanagawa.nvim", + auto_enable = true, + colorscheme = "kanagawa", + }, + { "nvim-surround", auto_enable = true, event = "DeferredUIEnter", @@ -148,6 +148,7 @@ inputs: # } tokyonight-nvim + kanagawa-nvim config.nvim-lib.neovimPlugins.neogit blink-indent blink-pairs @@ -166,15 +167,17 @@ inputs: gitsigns-nvim nvim-treesitter-textobjects nvim-ts-autotag + nvim-treesitter (nvim-treesitter.withPlugins ( plugins: with plugins; [ nix - lua - c cpp rust zig bash + python + typescript + javascript ] )) ]; |
