changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user