added neovim with wrapper to avoid errors
This commit is contained in:
parent
2ef8eba58a
commit
39f608c4ca
13 changed files with 2967 additions and 3098 deletions
|
|
@ -1 +0,0 @@
|
|||
/nix/store/2cj9gk3zm43pf0xjs10pw01fz2g58jcb-home-manager-files/.config/nvim/init.lua
|
||||
3
dotfiles/nvim/init.lua
Normal file
3
dotfiles/nvim/init.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- ~/.config/nvim/init.lua
|
||||
vim.g.python3_host_prog = "/etc/profiles/per-user/afoucaultc/bin/python3"
|
||||
require("neoconf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue