Compare commits

...

5 Commits

Author SHA1 Message Date
Lord Of Nougate c595443f97 Merge branch 'office' of git.nussnougate.net:sevi-kun/nvim into office 2023-09-05 22:09:41 +02:00
Lord Of Nougate 20e588f4a6 Add neorg fix for windows 2023-09-05 22:09:12 +02:00
Lord Of Nougate b0c7e3e4e1 Update 'lua/sevi-kun/set.lua'
Change wrap indicator to 95 (company standards)
2023-09-05 22:09:12 +02:00
Lord Of Nougate 19cba86399 Added branch for office/windows environment 2023-09-05 22:09:12 +02:00
Lord Of Nougate a6fb05eeca Add copilot to packer 2023-09-05 22:08:04 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ return require('packer').startup(function(use)
-- lsp
use ('github/copilot.vim')
use {
'VonHeikemen/lsp-zero.nvim',
branch = 'v2.x',