Compare commits
2 Commits
884e2c688d
...
f9e5ec2ec8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9e5ec2ec8 | ||
|
|
6cb459db65 |
1
init.lua
1
init.lua
@ -635,6 +635,7 @@ require('lazy').setup({
|
||||
clangd = {
|
||||
cmd = { 'clangd', '--offset-encoding=utf-16' },
|
||||
},
|
||||
cmake = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
|
||||
@ -45,4 +45,14 @@ return {
|
||||
{
|
||||
'github/copilot.vim',
|
||||
},
|
||||
{
|
||||
'amitds1997/remote-nvim.nvim',
|
||||
version = '*', -- Pin to GitHub releases
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim', -- For standard functions
|
||||
'MunifTanjim/nui.nvim', -- To build the plugin UI
|
||||
'nvim-telescope/telescope.nvim', -- For picking b/w different remote methods
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user