Giter Site home page Giter Site logo

chezmoi.nvim's Introduction

xvzc's GitHub stats

chezmoi.nvim's People

Contributors

jbmorice avatar xvzc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jbmorice

chezmoi.nvim's Issues

Treat all files in `chezmoi source-path` as Chezmoi files

Thanks for putting this together! I'm probably gonna start using this pretty regularly.

Would you be interested in a pull request to automatically treat anything in chezmoi source-path as a Chezmoi file? That way, I can chezmoi cd, then nvim ., start editing, and have stuff applied automatically. Right now, it only applies changes if I :ChezmoiEdit ~/path/to/my/file.

apply on save doesn't work

when i save a dot file it doesn't apply the change via chezmoi. I've set it in config file.

return {
	"xvzc/chezmoi.nvim",
	dependencies = { "nvim-lua/plenary.nvim" },
	config = function()
		require("chezmoi").setup({
			-- your configurations
			{
				edit = {
					watch = true, -- Set true to automatically apply on save.
					force = true, -- Set true to force apply. Works only when watch = true.
				},
				notification = {
					on_open = true, -- vim.notify when start editing chezmoi-managed file.
					on_apply = true, -- vim.notify on apply.
				},
			},
		})
	end,
}

using telescope

i've added the telescope integration part but running it still shows the original dotfiles not the chezmio dotfiles. What am i missing?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.