Skip to content

My nvim config isn't applied #48

Answered by mikesmithgh
J-Kappes asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @J-Kappes thank you for the question. When you say your config isn't applied do you mean your default configuration in ~/.config/nvim ?

If so, by default kitty-scrollback.nvim runs nvim with the parameters --clean --noplugin -n. This runs nvim without a configuration, no plugins, and in memory.

You can change this behavior by configuring the action_alias or map commands in kitty.conf.

For example, this runs with the default arguments --clean --noplugin -n

action_alias kitty_scrollback_nvim kitten /Users/mike/gitrepos/kitty-scrollback.nvim/python/kitty_scrollback_nvim.py
  • Equivalent to nvim --clean --noplugin -n

If you don't want to pass any arguments to nvim, you can use --no-nvim-args

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@J-Kappes
Comment options

Answer selected by J-Kappes
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