diff options
author | Yigit Sever | 2021-10-14 19:17:30 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-14 19:17:30 +0300 |
commit | 068a312a876dac832a2901dcec0ac4ea74d2b6f0 (patch) | |
tree | 923cf81fc0455a6007be6a0f9458c2df4103eb4f | |
parent | 3e4cc577d743a4c3382898a447f8885161b71af9 (diff) | |
download | dotfiles-068a312a876dac832a2901dcec0ac4ea74d2b6f0.tar.gz dotfiles-068a312a876dac832a2901dcec0ac4ea74d2b6f0.tar.bz2 dotfiles-068a312a876dac832a2901dcec0ac4ea74d2b6f0.zip |
nvim: no more ~/.vim really
-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 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 {{{ -- |
101 | opt.runtimepath:append('/home/yigit/.vim/my-snippets/') | ||
102 | g.UltiSnipsEditSplit = "vertical" | 101 | g.UltiSnipsEditSplit = "vertical" |
103 | -- ctrl + l expands the snippet, c + j/k navigates placeholders | 102 | -- ctrl + l expands the snippet, c + j/k navigates placeholders |
104 | g.UltiSnipsExpandTrigger = "<C-l>" | 103 | g.UltiSnipsExpandTrigger = "<C-l>" |
105 | g.UltiSnipsEnableSnipMate = "1" | 104 | g.UltiSnipsEnableSnipMate = "1" |
105 | g.UltiSnipsSnippetDirectories = {"my_snippets"} | ||
106 | -- }}} UltiSnips -- | 106 | -- }}} UltiSnips -- |
107 | 107 | ||
108 | -- beacon {{{ -- | 108 | -- beacon {{{ -- |