summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/plugin_settings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua
index 4accdd2..63cb370 100644
--- a/.config/nvim/lua/plugin_settings.lua
+++ b/.config/nvim/lua/plugin_settings.lua
@@ -98,11 +98,11 @@ g.clipboard = {
98-- }}} cutlass suite -- 98-- }}} cutlass suite --
99 99
100-- UltiSnips {{{ -- 100-- UltiSnips {{{ --
101opt.runtimepath:append('/home/yigit/.vim/my-snippets/')
102g.UltiSnipsEditSplit = "vertical" 101g.UltiSnipsEditSplit = "vertical"
103-- ctrl + l expands the snippet, c + j/k navigates placeholders 102-- ctrl + l expands the snippet, c + j/k navigates placeholders
104g.UltiSnipsExpandTrigger = "<C-l>" 103g.UltiSnipsExpandTrigger = "<C-l>"
105g.UltiSnipsEnableSnipMate = "1" 104g.UltiSnipsEnableSnipMate = "1"
105g.UltiSnipsSnippetDirectories = {"my_snippets"}
106-- }}} UltiSnips -- 106-- }}} UltiSnips --
107 107
108-- beacon {{{ -- 108-- beacon {{{ --