Skip to content
Discussion options

You must be logged in to vote

Moving it to startupPlugins works!

          startupPlugins = {
            startup = with pkgs.vimPlugins; {
              always = [ lze vim-repeat ];
              colorscheme = [ kanagawa-nvim ];
              lib = [
                plenary-nvim
                dressing-nvim
                nui-nvim
                nvim-web-devicons
                nvim-nio
                typescript-tools-nvim
              ];
            };
          };

I still can use lze to load the typescript-tools.nvim config:

lua/custom/plugins/init.lua:

require("lze").load({ { import = "custom.plugins.lsp.typescript-tools" } })

lua/custom/plugins/lsp/typescript-tools/init.lua:

return {
  {
    "typescript-too…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@kohane27
Comment options

@BirdeeHub
Comment options

@BirdeeHub
Comment options

@kohane27
Comment options

Answer selected by kohane27
@BirdeeHub
Comment options

@kohane27
Comment options

@BirdeeHub
Comment options

@BirdeeHub
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants