Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miloas/dot-vim


https://github.com/miloas/dot-vim

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# LSP

```
see plugins/lsp.lua
```

# Fonts

```
// codicon for lspkind
https://github.com/microsoft/vscode-codicons/blob/main/dist/codicon.ttf

```

# how to use nvim tree

```
https://docs.rockylinux.org/books/nvchad/nvchad_ui/nvimtree/
```

# homebrew latest nvim
https://github.com/neovim/neovim/issues/25255
```
brew uninstall lpeg;
brew install lpeg;
brew install nvim --HEAD
```

# Mason install formatter
```
:MasonInstall biome
:MasonInstall ruff
:MasonInstall stylua
```