feat: refactoring + system types

This commit is contained in:
Kat Inskip 2022-10-02 12:34:00 -07:00
parent a0f9d0ab48
commit 9794026f6c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
36 changed files with 653 additions and 537 deletions

View file

@ -39,7 +39,7 @@ in {
# EasyMotion Equivalent
hop-nvim
# org-mode for vim
neorg
# neorg
# base16
config.base16.vim.plugin
# Fonts

View file

@ -177,7 +177,7 @@ cmp.setup({
['<C-y>'] = cmp.mapping.confirm({ select = true }),
},
sources = {
{ name = 'neorg' },
-- { name = 'neorg' },
}
})
@ -189,6 +189,7 @@ api.nvim_create_autocmd('BufWritePre', {
command = 'lua vim.lsp.buf.formatting_sync()'
})
--[[
-- neorg
require('neorg').setup {
-- Tell Neorg what modules to load
@ -204,7 +205,7 @@ require('neorg').setup {
}
}
},
}
}]]--
-- telescope
local telescope = require('telescope.builtin')