Skip to content

PHSix/nvim

Repository files navigation

This repo stored my personal nvim config. It use a template which generated by dope.

In my nvim config. I just not use nvim bulitin lsp but coc.nvim. Because I think the design of coc.nvim is more reasonable and efficient.

file structure

.
├── after
│  └── ftplugin
├── coc-settings.json                       # global coc.nvim config
├── extensions                              # some local extensions for coc.nvim
│  ├── coc-improve
│  ├── coc-pos
│  └── coc-stylua
├── init.lua
├── LICENSE
├── logo.png
├── lua
│  ├── core
│  ├── enhance
│  ├── keymap                               # global keymap
│  ├── ld
│  └── modules                              # plugins manager and config
├── README.md
└── snippets                                # global snippets for coc-snippets
   ├── go.snippets
   ├── snippets.snippets
   ├── typescript.snippets
   ├── typescriptreact.snippets
   └── vue.snippets

installed plugins

Plugin Name
bufdelete.nvim
coc.nvim
Comment.nvim
dashboard-nvim
dressing.nvim
hlsearch.nvim
indent-blankline.nvim
lazy.nvim
midnight.nvim
nvim-lastplace
nvim-osc52
nvim-scrollview
nvim-treesitter
nvim-ts-context-commentstring
nvim-ufo
nvim-web-devicons
plenary.nvim
promise-async
rainbow-delimiters.nvim
telescope-fzy-native.nvim
telescope.nvim
vim-smoothie
windline.nvim
winresizer
flash.nvim
nvim-spectre
vim-floaterm
vim-surround
todo-comments.nvim

License MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published