Personal, but not too original, Neovim configuration
Go to file
Hoang Nguyen af90e85750
carbon-now.nvim -> codesnap.nvim
Also temporarily disable rest.nvim
2024-04-18 00:00:00 +07:00
after carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
colors Initial commit 2023-10-28 00:00:00 +07:00
lua/user carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
scripts carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
spell Initial commit 2023-10-28 00:00:00 +07:00
.gitignore Rewrite the little Go program 2024-01-31 00:00:00 +07:00
.luarc.json Add neo-tree.nvim as an option for filetree_provider (beside nvim-tree.lua) 2024-01-21 00:00:00 +07:00
.stylua.toml Initial commit 2023-10-28 00:00:00 +07:00
LICENSE Use aerial.nvim for the breadcrumbs on winbar 2024-02-13 00:00:00 +07:00
README.md carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
filetype.lua Remove gohtmltmpl Vim syntax 2024-03-04 00:00:00 +07:00
go.mod carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
go.sum carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
init.lua Add neo-tree.nvim as an option for filetree_provider (beside nvim-tree.lua) 2024-01-21 00:00:00 +07:00
lazy-lock.json carbon-now.nvim -> codesnap.nvim 2024-04-18 00:00:00 +07:00
pkgs.yaml Update rescriptls installation 2024-04-05 00:00:00 +07:00

README.md

folliehiyuki's Neovim configuration

This Neovim config used to live within my dotfiles. Due to the complexity of refactoring both regular files/templates and this Lua codebase, I decided to move it into its own repository. As such, this project stays under the same license as my dotfiles, MIT.

TODO

Colorschemes

  • OneDark
  • Catpuccin

Additional DAP/LSP servers

More plugins

Logic

  • Smooth colorschemes changing (dynamic highlight groups registration via event hooks)
  • vim.loop -> vim.uv in Neovim 0.10.0
  • Neorocks looks cool :)

FAQ

Why not using mason.nvim?

Most things installed via mason.nvim are binaries linked to glibc, which are incompatible to run on the Linux distribution I use - AlpineLinux. I resolved to custom Go program instead. The code is pretty simple and naive, but it works for me.

External LSP servers that can't be installed directly from AlpineLinux's repositories, or with simple cargo/go install commands, are defined inside pkgs.yaml file.