summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-15 13:46:13 -0400
committerChris <[email protected]>2021-03-15 13:46:13 -0400
commitc09032b8c084bbc36e591582da80b14f02e6cedf (patch)
tree19c71264d8b7d621078c8047dbf6a48ba8505e6f
parent85d9b2b9111f44e522aa2656b5e5d1f9c4a0d8ef (diff)
changes
-rw-r--r--README.md10
-rw-r--r--init.lua1
-rw-r--r--lua/nv-neogit/init.lua3
3 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index bb1d8242..c0e897c5 100644
--- a/README.md
+++ b/README.md
@@ -24,18 +24,18 @@ sudo rm -r neovim
## TODO
- snippet support
-- add lots of lsp
-- configure neogit
- configure git blame
+- add lots of lsp
- move language servers not installed with npm to neovim local share location
-- add vscode support
-- react commenting
- add lisence
- add icons to startify
+- add vscode support
+- react commenting
- update whichkey bindings
- more handsome/modern galaxyline
-- potentially custom colorscheme
- get logo
- look into autoinstall lsp
- prefer single line comments kommentary
- fix ctrl-k
+- maximizer plugin
+- configure neogit
diff --git a/init.lua b/init.lua
index 931004ee..34057242 100644
--- a/init.lua
+++ b/init.lua
@@ -13,6 +13,7 @@ require('nv-galaxyline')
require('nv-barbar')
require('nv-gitsigns')
require('nv-nvim-autopairs')
+require('nv-neogit')
require('nv-kommentary')
require('nv-quickscope')
require('nv-rnvimr')
diff --git a/lua/nv-neogit/init.lua b/lua/nv-neogit/init.lua
new file mode 100644
index 00000000..29bf0f36
--- /dev/null
+++ b/lua/nv-neogit/init.lua
@@ -0,0 +1,3 @@
+local neogit = require('neogit')
+
+--neogit.status.create("floating")