diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-02-04 16:53:13 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-02-04 16:53:13 +0530 |
commit | 69c9ea1adf961dfc9a5c6cf470668807701cab3e (patch) | |
tree | 6c1db66d29ecff5db334a7158c8a12b90a256b72 /.config/nvim/ftplugin | |
parent | Probally Should update more often (diff) | |
download | dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar.gz dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar.bz2 dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar.lz dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar.xz dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.tar.zst dotfiles-69c9ea1adf961dfc9a5c6cf470668807701cab3e.zip |
add nvim config
Diffstat (limited to '.config/nvim/ftplugin')
-rw-r--r-- | .config/nvim/ftplugin/lua.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/lua.lua b/.config/nvim/ftplugin/lua.lua new file mode 100644 index 0000000..12890e2 --- /dev/null +++ b/.config/nvim/ftplugin/lua.lua @@ -0,0 +1,3 @@ +vim.opt.omnifunc = 'v:lua.vim.lua_omnifunc' + + |