Keyitdev / dotfiles

My personal build of dotfiles using i3.
GNU General Public License v3.0
387 stars 40 forks source link

Neovim error #2 #8

Closed haru-vulpes closed 1 year ago

haru-vulpes commented 1 year ago

is normal the luasnip friendly snippet doesnt work on neovim?

Keyitdev commented 1 year ago

No i think it should work, let me take a look.

Keyitdev commented 1 year ago
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
nvim

This should help, but the color scheme will be broken. Let me know, if luasnip friendly snippet works for you.

haru-vulpes commented 1 year ago
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
nvim

This should help, but the color scheme will be broken. Let me know, if luasnip friendly snippet works for you.

it works, thx :)