Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
idvorkin committed Sep 9, 2023
1 parent 0097084 commit 95045e5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _td/nvim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: post
permalink: /neovim
title: Neovim
permalink:
- /nvim
---

Long ago a fork from vim emerged. Neovim! I avoided it for a long time, but when Bram (the inventor of vim) died, I decided it was time to switch. Here are my thoughts and configuration

## The good

### Lively active development

### Telescope, LSP, CMP, Treesitter

### Git tooling

#### NeoGit
#### DiffViewOnly
#### Gitsigns


## The weird

### Lua

I don't like LUA, I really don't. Luckily, I can mostly use ChatGPT to translate my code to Lua successfull.y Now that I'm over the initial hump, maybe I'll even come to terms with it's nice features.

### Terminal/Shell Differences

### Prettier UX doesn't work well under Mosh (need to use SSH)

0 comments on commit 95045e5

Please sign in to comment.