diff options
| author | Yigit Sever | 2021-12-01 19:45:57 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-12-01 19:45:57 +0300 |
| commit | df65b5212cdd64e4eadd62cb457fe5dfc71a04fe (patch) | |
| tree | 50c9cc31baa5f2f51452bf5e98311019c5ea5dd8 | |
| parent | 98698521b28de8aabb533d10825a5d0af8cc2043 (diff) | |
| download | dotfiles-df65b5212cdd64e4eadd62cb457fe5dfc71a04fe.tar.gz dotfiles-df65b5212cdd64e4eadd62cb457fe5dfc71a04fe.tar.bz2 dotfiles-df65b5212cdd64e4eadd62cb457fe5dfc71a04fe.zip | |
vim: ultisnips acting fucky so c-k to expand
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index fe318b3..8ec74d4 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -123,7 +123,7 @@ g.clipboard = { | |||
| 123 | -- UltiSnips {{{ -- | 123 | -- UltiSnips {{{ -- |
| 124 | g.UltiSnipsEditSplit = "vertical" | 124 | g.UltiSnipsEditSplit = "vertical" |
| 125 | -- ctrl + l expands the snippet, c + j/k navigates placeholders | 125 | -- ctrl + l expands the snippet, c + j/k navigates placeholders |
| 126 | g.UltiSnipsExpandTrigger = "<C-l>" | 126 | g.UltiSnipsExpandTrigger = "<C-k>" |
| 127 | g.UltiSnipsEnableSnipMate = "1" | 127 | g.UltiSnipsEnableSnipMate = "1" |
| 128 | g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} | 128 | g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} |
| 129 | -- }}} UltiSnips -- | 129 | -- }}} UltiSnips -- |
