File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ require('lazy').setup({
10321032 --
10331033 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
10341034 -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
1035- -- { import = 'custom.plugins' },
1035+ { import = ' custom.plugins' },
10361036}, {
10371037 ui = {
10381038 -- If you are using a Nerd Font: set icons to an empty table which will use the
Original file line number Diff line number Diff line change 22-- I promise not to create any merge conflicts in this directory :)
33--
44-- See the kickstart.nvim README for more information
5- return {}
5+ return {
6+ { dir = ' ~/.config/nvim/lua/custom/toms.nvim/' },
7+ }
Original file line number Diff line number Diff line change 1+ print ' loaded tom.lua'
2+
3+ function List_bufs ()
4+ vim .print (vim .api .nvim_list_bufs ())
5+ end
6+
7+ -- function ListDiag()
8+ --
9+ -- vim.print(vim.
10+ -- end
Original file line number Diff line number Diff line change 1+ require ' toms'
You can’t perform that action at this time.
0 commit comments