Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miloas/dot-vim
https://github.com/miloas/dot-vim
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miloas/dot-vim
- Owner: Miloas
- License: apache-2.0
- Created: 2021-12-19T16:48:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T19:11:06.000Z (8 months ago)
- Last Synced: 2024-03-09T16:53:51.974Z (8 months ago)
- Language: Lua
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```