diff options
author | RayHammer <mail@rayhammer.dev> | 2023-05-12 19:37:08 +0200 |
---|---|---|
committer | RayHammer <mail@rayhammer.dev> | 2023-05-12 19:37:08 +0200 |
commit | c41de9c07d7e700179ae99a2276073be18ab5287 (patch) | |
tree | e4fe4f4a0587ba27925b918eef4974c441ec9797 | |
parent | 04c3e381bcd4fd3ae775ff7628ae8201fee0e78a (diff) |
Added .gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | lua/.luarc.json | 40 |
2 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088fd9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +autoload/ +lua/config/.luarc.json diff --git a/lua/.luarc.json b/lua/.luarc.json new file mode 100644 index 0000000..0e0f845 --- /dev/null +++ b/lua/.luarc.json @@ -0,0 +1,40 @@ +{ + "workspace.library": [ + "/home/rayhammer/.config/nvim", + "/home/rayhammer/.local/share/nvim/plugged/nvim-lspconfig", + "/home/rayhammer/.local/share/nvim/plugged/mason.nvim", + "/home/rayhammer/.local/share/nvim/plugged/mason-lspconfig.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nvim-cmp", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp", + "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer", + "/home/rayhammer/.local/share/nvim/plugged/cmp-path", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua", + "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip", + "/home/rayhammer/.local/share/nvim/plugged/vim-vsnip", + "/home/rayhammer/.local/share/nvim/plugged/neoformat", + "/home/rayhammer/.local/share/nvim/plugged/formatter.nvim", + "/home/rayhammer/.local/share/nvim/plugged/vim-be-good", + "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors", + "/home/rayhammer/.local/share/nvim/plugged/plenary.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nui.nvim", + "/home/rayhammer/.local/share/nvim/plugged/neo-tree.nvim", + "/home/rayhammer/.local/share/nvim/plugged/nnn.vim", + "/home/rayhammer/.local/share/nvim/plugged/vim-fugitive", + "/home/rayhammer/.local/share/nvim/plugged/vim-gitgutter", + "/home/rayhammer/.local/share/nvim/plugged/ale", + "/home/rayhammer/.local/share/nvim/plugged/vim-godot", + "/home/rayhammer/.local/share/nvim/plugged/omnisharp-vim", + "/etc/xdg/nvim", + "/home/rayhammer/.local/share/nvim/site", + "/usr/share/nvim/runtime", + "/usr/lib/nvim", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lsp/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-buffer/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-path/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-nvim-lua/after", + "/home/rayhammer/.local/share/nvim/plugged/cmp-vsnip/after", + "/home/rayhammer/.local/share/nvim/plugged/vim-moonfly-colors/after", + "/usr/share/vim/vimfiles", + "${3rd}/luassert/library" + ] +}
\ No newline at end of file |