Compare commits

...

5 Commits

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

View File

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