nvim-config/README.md

35 lines
899 B
Markdown
Raw Normal View History

2021-04-04 23:18:26 +07:00
Welcome to my **neovim** config folder
2021-07-10 04:05:30 +07:00
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.
2021-04-04 23:18:26 +07:00
2021-07-10 04:05:30 +07:00
Now that neovim has 0.5 released, I changed the config to use its LSP and some nightly tree-sitter.
2021-04-04 23:18:26 +07:00
2021-07-10 04:05:30 +07:00
## Code environment
2021-04-04 23:18:26 +07:00
2021-07-10 04:05:30 +07:00
- C/C++/ObjC/ObjC++
- Python 3
- Golang
- Rust
- Scala
- Javascript (NodeJS, Deno)
- Java/Kotlin
- Haskell
- Ocaml with Coq
2021-04-04 23:18:26 +07:00
## Change log
2021-07-10 04:05:30 +07:00
Newest on top
2021-07-14 02:26:11 +07:00
- Remove pollen
- Replace identLine with indent_blankline
- Setup bootstrap from scratch install
- Setup lsp, treesitter
2021-07-10 04:05:30 +07:00
- Change to github theme
- Change plugins to fennel
- Remove language client Neovim
2021-04-04 23:18:26 +07:00
- Initialize the Git Repo
- Switch from pure VimL to Lua using Fennel+aniseed
- Switch from vim-plug to packer.nvim
- Old neovim