Update ansible managed file markers
This commit is contained in:
parent
0ca888974c
commit
ad6c1dedfe
19 changed files with 27 additions and 11 deletions
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
--colorscheme
|
||||
vim.cmd('colorscheme catppuccin-latte')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
--use an on_attach function to only map the following keys
|
||||
--after the language server attaches to the current buffer
|
||||
local on_attach = function(client, bufnr)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
local lualine = require('lualine');
|
||||
|
||||
lualine.setup {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
local cmp = require('cmp')
|
||||
|
||||
cmp.setup {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
-- fix different locale settings when ssh'ing
|
||||
vim.o.encoding = 'utf-8'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
local telescope = require('telescope');
|
||||
|
||||
telescope.setup({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
-- Tree sitter language parsers are installed automatically (through `auto_install`).
|
||||
-- To update installed parsers use `:TSUpdate {language}`.
|
||||
-- See https://github.com/nvim-treesitter/nvim-treesitter for more info.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue