Go to file
2024-03-16 21:36:59 +07:00
fnl change neovide vfx 2024-03-16 21:36:59 +07:00
.gitignore update 2021-07-09 21:05:30 +00:00
init.lua do not mess up aniseed 2021-07-13 19:24:30 +00:00
README.md update changelog 2021-07-13 19:26:11 +00:00

Welcome to my neovim config folder

Through out the years (4 years) of using Neovim, I have came up with a very large neovim configuration. But now I drop most of them. This rewrite will be all in Lua. I prefer the S-expression syntax over Lua syntax, so I use Fennel with aniseed.

Now that neovim has 0.5 released, I changed the config to use its LSP and some nightly tree-sitter.

Code environment

  • C/C++/ObjC/ObjC++

  • Python 3

  • Golang

  • Rust

  • Scala

  • Javascript (NodeJS, Deno)

  • Java/Kotlin

  • Haskell

  • Ocaml with Coq

Change log

Newest on top

  • Remove pollen
  • Replace identLine with indent_blankline
  • Setup bootstrap from scratch install
  • Setup lsp, treesitter
  • Change to github theme
  • Change plugins to fennel
  • Remove language client Neovim
  • Initialize the Git Repo
  • Switch from pure VimL to Lua using Fennel+aniseed
  • Switch from vim-plug to packer.nvim
  • Old neovim