Merge branch 'master' of https://git.heshapps.com/asolkar/snips
This commit is contained in:
@@ -42,6 +42,7 @@ require("lazy").setup({
|
||||
},
|
||||
{
|
||||
'nvim-telescope/telescope-fzf-native.nvim',
|
||||
-- build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
||||
build = 'make'
|
||||
}
|
||||
})
|
||||
@@ -116,7 +117,8 @@ require('onedark').load()
|
||||
-- See `:help vim.o`
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "Iosevka Term:h16"
|
||||
vim.o.guifont = "Iosevka Term:h12"
|
||||
vim.g.neovide_scale_factor = 1.0
|
||||
end
|
||||
|
||||
-- Set highlight on search
|
||||
|
Reference in New Issue
Block a user