mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
Completed BOOTSTRAP; Updated tmux, nvim, & zsh
This commit is contained in:
@@ -21,6 +21,8 @@ end)
|
||||
|
||||
-- Enable break indent
|
||||
vim.opt.breakindent = true
|
||||
-- Enable word break instead of character break
|
||||
vim.opt.linebreak = true
|
||||
|
||||
-- Save undo history
|
||||
vim.opt.undofile = true
|
||||
@@ -499,6 +501,7 @@ require('lazy').setup({
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-path',
|
||||
},
|
||||
|
||||
config = function()
|
||||
-- See `:help cmp`
|
||||
local cmp = require 'cmp'
|
||||
@@ -510,6 +513,7 @@ require('lazy').setup({
|
||||
luasnip.lsp_expand(args.body)
|
||||
end,
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered({
|
||||
winhighlight = "Normal:Pmenu,FloatBorder:Pmenu,CursorLine:PmenuSel,Search:None",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user