Move neovim dotfiles
This commit is contained in:
parent
bfc89aff7f
commit
a5eae4da13
|
@ -5,6 +5,7 @@ pkgs.mkShell {
|
||||||
ghc
|
ghc
|
||||||
hpack
|
hpack
|
||||||
stack
|
stack
|
||||||
|
fourmolu # Formatter
|
||||||
cabal-install
|
cabal-install
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
haskellPackages.implicit-hie # Automatically generate hie.yaml!
|
haskellPackages.implicit-hie # Automatically generate hie.yaml!
|
||||||
|
|
|
@ -78,7 +78,7 @@ let
|
||||||
# {{{ extraRuntime
|
# {{{ extraRuntime
|
||||||
extraRuntime = env: [
|
extraRuntime = env: [
|
||||||
# Snippets
|
# Snippets
|
||||||
(config.satellite.dev.path "dotfiles/vscode-snippets")
|
(config.satellite.dev.path "home/features/neovim/snippets")
|
||||||
|
|
||||||
# Base16 theme
|
# Base16 theme
|
||||||
(pkgs.writeTextDir
|
(pkgs.writeTextDir
|
||||||
|
@ -136,13 +136,10 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# {{{ Basic config
|
# {{{ Basic config
|
||||||
# Do not manage neovim via the default home manager module
|
|
||||||
programs.neovim.enable = false;
|
|
||||||
|
|
||||||
# We still want other modules to know that we are using neovim!
|
# We still want other modules to know that we are using neovim!
|
||||||
satellite.toggles.neovim.enable = true;
|
satellite.toggles.neovim.enable = true;
|
||||||
|
|
||||||
xdg.configFile.nvim.source = config.satellite.dev.path "dotfiles/neovim";
|
xdg.configFile.nvim.source = config.satellite.dev.path "home/features/neovim/config";
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Reference in a new issue