mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-01 00:24:54 +02:00
changes
This commit is contained in:
parent
85d9b2b911
commit
c09032b8c0
3 changed files with 9 additions and 5 deletions
10
README.md
10
README.md
|
@ -24,18 +24,18 @@ sudo rm -r neovim
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- snippet support
|
- snippet support
|
||||||
- add lots of lsp
|
|
||||||
- configure neogit
|
|
||||||
- configure git blame
|
- configure git blame
|
||||||
|
- add lots of lsp
|
||||||
- move language servers not installed with npm to neovim local share location
|
- move language servers not installed with npm to neovim local share location
|
||||||
- add vscode support
|
|
||||||
- react commenting
|
|
||||||
- add lisence
|
- add lisence
|
||||||
- add icons to startify
|
- add icons to startify
|
||||||
|
- add vscode support
|
||||||
|
- react commenting
|
||||||
- update whichkey bindings
|
- update whichkey bindings
|
||||||
- more handsome/modern galaxyline
|
- more handsome/modern galaxyline
|
||||||
- potentially custom colorscheme
|
|
||||||
- get logo
|
- get logo
|
||||||
- look into autoinstall lsp
|
- look into autoinstall lsp
|
||||||
- prefer single line comments kommentary
|
- prefer single line comments kommentary
|
||||||
- fix ctrl-k
|
- fix ctrl-k
|
||||||
|
- maximizer plugin
|
||||||
|
- configure neogit
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -13,6 +13,7 @@ require('nv-galaxyline')
|
||||||
require('nv-barbar')
|
require('nv-barbar')
|
||||||
require('nv-gitsigns')
|
require('nv-gitsigns')
|
||||||
require('nv-nvim-autopairs')
|
require('nv-nvim-autopairs')
|
||||||
|
require('nv-neogit')
|
||||||
require('nv-kommentary')
|
require('nv-kommentary')
|
||||||
require('nv-quickscope')
|
require('nv-quickscope')
|
||||||
require('nv-rnvimr')
|
require('nv-rnvimr')
|
||||||
|
|
3
lua/nv-neogit/init.lua
Normal file
3
lua/nv-neogit/init.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
local neogit = require('neogit')
|
||||||
|
|
||||||
|
--neogit.status.create("floating")
|
Loading…
Add table
Add a link
Reference in a new issue