changes
This commit is contained in:
parent
5d0827848e
commit
45f1713443
12 changed files with 79 additions and 23 deletions
|
|
@ -0,0 +1,2 @@
|
|||
vim.api.nvim_set_keymap('i', '<M-CR>', 'copilot#Accept("<CR>")', { expr=true, noremap = true, silent = true })
|
||||
vim.g.copilot_no_tab_map = true
|
||||
|
|
@ -65,6 +65,7 @@
|
|||
luaConfig = builtins.concatStringsSep "\n" (map luaRequire [
|
||||
"init"
|
||||
"keymappings"
|
||||
"copilot"
|
||||
"icons"
|
||||
"lspconfig"
|
||||
"nvim-cmp"
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ in {
|
|||
freecad
|
||||
openscad
|
||||
|
||||
dbeaver-bin
|
||||
|
||||
dbus-sway-environment
|
||||
ddev
|
||||
dracula-theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue